Explorar o código

Merge pull request #2372 from nginx-proxy/add-openssl-back

build: add the openssl cli back to the alpine image
Nicolas Duchon hai 1 ano
pai
achega
14347a4178
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.alpine

+ 1 - 1
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 \