We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bash
1 parent 080cf34 commit 8b05eb7Copy full SHA for 8b05eb7
README.md
@@ -21,7 +21,7 @@
21
- https://github.com/zsh-users/zsh-completions
22
- https://github.com/zsh-users/zsh-syntax-highlighting
23
- These common packages are also installed for all suffix/version:
24
- - `gcompat` `libstdc++` `zip` `unzip` `jq` `sudo` `curl` `zsh`
+ - `gcompat` `libstdc++` `zip` `unzip` `jq` `sudo` `curl` `zsh` `bash`
25
26
---
27
node.Dockerfile
@@ -6,7 +6,7 @@ ARG PNPM_VERSION=latest
6
7
## Install basic packages
8
RUN apk add --no-cache \
9
- gcompat libstdc++ zip unzip jq sudo curl zsh
+ gcompat libstdc++ zip unzip jq sudo curl zsh bash
10
11
# Clear the ENTRYPOINT from node image
12
ENTRYPOINT []
0 commit comments