From e69fb45d9b2a92be927db973abaac1e7e6ee8fba Mon Sep 17 00:00:00 2001 From: synoniem Date: Sat, 9 Jan 2021 11:57:05 +0100 Subject: [PATCH] Added curl for OCSP handling by cerbot --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f965e63..b209bd3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/bin/bash","-c","/run.sh"]