Added curl for OCSP handling by cerbot
This commit is contained in:
parent
820fbc70df
commit
e69fb45d9b
|
@ -15,6 +15,7 @@ RUN \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
nano \
|
nano \
|
||||||
|
curl \
|
||||||
py3-crypto \
|
py3-crypto \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
certbot \
|
certbot \
|
||||||
|
@ -40,4 +41,4 @@ EXPOSE 80
|
||||||
|
|
||||||
# This will run any scripts found in /scripts/*.sh
|
# This will run any scripts found in /scripts/*.sh
|
||||||
# then start Apache
|
# then start Apache
|
||||||
CMD ["/bin/bash","-c","/run.sh"]
|
CMD ["/bin/bash","-c","/run.sh"]
|
||||||
|
|
Loading…
Reference in New Issue