Skip to content

Commit 8b05eb7

Browse files
committed
chore: also install bash as default for compat
1 parent 080cf34 commit 8b05eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- https://github.com/zsh-users/zsh-completions
2222
- https://github.com/zsh-users/zsh-syntax-highlighting
2323
- These common packages are also installed for all suffix/version:
24-
- `gcompat` `libstdc++` `zip` `unzip` `jq` `sudo` `curl` `zsh`
24+
- `gcompat` `libstdc++` `zip` `unzip` `jq` `sudo` `curl` `zsh` `bash`
2525

2626
---
2727

node.Dockerfile

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

77
## Install basic packages
88
RUN apk add --no-cache \
9-
gcompat libstdc++ zip unzip jq sudo curl zsh
9+
gcompat libstdc++ zip unzip jq sudo curl zsh bash
1010

1111
# Clear the ENTRYPOINT from node image
1212
ENTRYPOINT []

0 commit comments

Comments
 (0)