Skip to content

Commit 560c1ff

Browse files
committed
chore: uniform common package installs
1 parent 4ba4a8d commit 560c1ff

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
---

alpine/alpine-node-dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ set -e
1010
# Install basic packages
1111
apk update
1212
apk 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
1617
sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/download/zsh-in-docker.sh)" -- \

alpine/alpine-node.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ARG PNPM_VERSION=latest
66

77
## Install basic packages
88
RUN 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
1213
ENTRYPOINT []

ubuntu/ubuntu-node-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
# Install basic packages
1111
sudo apt-get update
1212
sudo 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
1616
sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/download/zsh-in-docker.sh)" -- \

0 commit comments

Comments
 (0)