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"]