apache2-utils in proxy image added

pull/457/head
OscarSotoSanchez 2020-04-29 10:25:18 +02:00
parent 5c155bf7fc
commit 27ef88f70c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM nginx:1.18.0-alpine
RUN apk update && \
apk add certbot && \
apk add openssl && \
apk add apache2-utils && \
rm -rf /var/cache/apk/*
# Default nginx conf