We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64036e3 commit dcdbed2Copy full SHA for dcdbed2
1 file changed
staging/Dockerfile.alpine
@@ -22,6 +22,7 @@ RUN apk update && \
22
libarchive-dev \
23
python3 \
24
py3-yaml \
25
+ bash \
26
&& apk cache clean && \
27
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
28
0 commit comments