diff --git a/Dockerfile b/Dockerfile index 0587c0c..bbaa192 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-alpine WORKDIR /etc/nginx -RUN pip install certbot certbot-nginx -RUN apk add nginx +RUN pip install certbot certbot-nginx --no-cache-dir +RUN apk add nginx --no-cache COPY run.sh /root CMD ["/root/run.sh"] \ No newline at end of file