fix: adiciona certbot-nginx para suportar comando --nginx

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-30 11:43:31 -03:00
parent 9f18a4598a
commit d8c6607b3a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest
# Install NGINX and tools
RUN apk add --no-cache nginx nginx-mod-http-brotli nginx-mod-http-headers-more bind-tools openssl curl bash certbot git nano openssh-server sudo
RUN apk add --no-cache nginx nginx-mod-http-brotli nginx-mod-http-headers-more bind-tools openssl curl bash certbot certbot-nginx git nano openssh-server sudo
# Setup SSH and Users
RUN mkdir -p /var/run/sshd && \