Skip to content

Commit 1fdb8f1

Browse files
add bash curl
1 parent 38cb20e commit 1fdb8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM alpine:latest
22

33
RUN set -eux; \
44
apk add --no-cache \
5+
curl \
6+
bash \
57
shadow \
68
musl \
79
musl-locales-lang \

0 commit comments

Comments
 (0)