Files
docker-files/nginx/Dockerfile
2026-01-23 11:15:00 +08:00

6 lines
135 B
Docker

FROM nginx:latest
RUN apt-get update \
&& apt-get install -y --no-install-recommends certbot \
&& rm -rf /var/lib/apt/lists/*