1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-11-08 07:49:22 +01:00

build: add the openssl cli back to the alpine image

This commit is contained in:
Nicolas Duchon 2024-01-10 17:00:47 +01:00
parent b492cae053
commit 63411b2407
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

@ -14,7 +14,7 @@ ENV NGINX_PROXY_VERSION=${NGINX_PROXY_VERSION} \
DOCKER_HOST=unix:///tmp/docker.sock
# Install dependencies
RUN apk add --no-cache --virtual .run-deps bash
RUN apk add --no-cache --virtual .run-deps bash openssl
# Configure Nginx
RUN sed -i 's/worker_connections 1024/worker_connections 10240/' /etc/nginx/nginx.conf \