fix: adiciona certbot-nginx para suportar comando --nginx
This commit is contained in:
parent
9f18a4598a
commit
d8c6607b3a
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue