File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2020 - https://github.com/zsh-users/zsh-completions
2121 - https://github.com/zsh-users/zsh-syntax-highlighting
2222- These common packages are installed for all:
23- - ` zip ` ` unzip ` ` jq ` ` sudo ` ` curl ` ` zsh ` ` bash `
23+ - ` zip ` ` unzip ` ` jq ` ` sudo ` ` less ` ` zsh ` ` curl ` ` wget `
2424 - * alpine-only:* ` gcompat ` ` libstdc++ `
2525
2626---
Original file line number Diff line number Diff line change 1010# Install basic packages
1111apk update
1212apk add --no-cache \
13- gcompat libstdc++ zip jq sudo git less zsh curl
13+ gcompat libstdc++ \
14+ zip unzip jq sudo git less zsh curl wget
1415
1516# Configures zsh
1617sh -c " $( wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/download/zsh-in-docker.sh) " -- \
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ ARG PNPM_VERSION=latest
66
77# # Install basic packages
88RUN apk add --no-cache \
9- gcompat libstdc++ zip unzip jq sudo curl zsh bash
9+ gcompat libstdc++ \
10+ zip unzip jq sudo less zsh curl wget
1011
1112# Clear the ENTRYPOINT from node image
1213ENTRYPOINT []
Original file line number Diff line number Diff line change 1010# Install basic packages
1111sudo apt-get update
1212sudo apt-get install -y \
13- zip jq curl less zsh git
13+ zip unzip jq sudo git less zsh curl wget
1414
1515# Configures zsh
1616sh -c " $( wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/download/zsh-in-docker.sh) " -- \
You can’t perform that action at this time.
0 commit comments