diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 9c153f6..ee1d089 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:latest RUN apt-get update \ - && apt-get install -y --no-install-recommends certbot \ + && apt-get install -y --no-install-recommends certbot python3-certbot-nginx \ && rm -rf /var/lib/apt/lists/*