From 2c12a98386ccc76cfbd9cf38ca3198c45f045843 Mon Sep 17 00:00:00 2001 From: Timi Date: Tue, 10 Mar 2026 11:08:14 +0800 Subject: [PATCH] add certbot certonly --nginx --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*