apache2-utils in proxy image added
This commit is contained in:
parent
5c155bf7fc
commit
27ef88f70c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user