Skip to content

Commit

Permalink
Add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Nov 23, 2022
1 parent 75b1c0c commit 54eb700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16-alpine

ENV ZX_VERSION="7.1.1"

RUN apk add --no-cache curl docker skopeo \
RUN apk add --no-cache bash curl docker skopeo \
&& npm config set update-notifier false \
&& npm install --location=global zx@${ZX_VERSION}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Dockerfile for running zx scripts. The container is based on the official Alpine Linux [Node](https://hub.docker.com/_/node) image. Some additional tools are installed inside the container:

- `bash` - because of https://github.com/google/zx/issues/524
- [`curl`](https://curl.se/) - because everybody needs a swiss army knife
- [`docker`](https://www.docker.com/) - in order to be able to run other containers
- [`skopeo`](https://github.com/containers/skopeo) - because everybody needs a swiss army knife for docker
Expand Down

0 comments on commit 54eb700

Please sign in to comment.