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