Merge pull request #4 from invince/master

add bash in Dockerfile.
This commit is contained in:
aney1 2020-01-25 10:55:51 +01:00 committed by GitHub
commit 6c0e65b60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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