Skip to content

Commit 54eb700

Browse files
committed
Add bash
1 parent 75b1c0c commit 54eb700

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:16-alpine
22

33
ENV ZX_VERSION="7.1.1"
44

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
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:
66

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

0 commit comments

Comments
 (0)