We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cb20e commit 1fdb8f1Copy full SHA for 1fdb8f1
docker/Dockerfile
@@ -2,6 +2,8 @@ FROM alpine:latest
2
3
RUN set -eux; \
4
apk add --no-cache \
5
+ curl \
6
+ bash \
7
shadow \
8
musl \
9
musl-locales-lang \
0 commit comments