From 63411b240743027120608abea3fb71487eb2289e Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 10 Jan 2024 17:00:47 +0100 Subject: [PATCH] build: add the openssl cli back to the alpine image --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index ffdd52c..e4ec6d6 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -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 \