The base image doesn't contains bash, your bash script won't work

This commit is contained in:
jing 2020-01-23 22:47:07 +01:00
parent cec470e9bb
commit 09aeb77480

View file

@ -1,5 +1,5 @@
FROM certbot/certbot:latest
RUN apk update \
&& apk add jq curl\
&& apk add jq curl bash\
&& rm -rf /var/cache/apk/*