The base image doesn't contains bash, your bash script won't work
This commit is contained in:
parent
cec470e9bb
commit
09aeb77480
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue