mirror of https://github.com/OpenVidu/openvidu.git
apache2-utils in proxy image added
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…
Reference in New Issue