فهرست منبع

build: add the openssl cli back to the alpine image

Nicolas Duchon 1 سال پیش
والد
کامیت
63411b2407
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
    DOCKER_HOST=unix:///tmp/docker.sock
 
 
 # Install dependencies
 # Install dependencies
-RUN apk add --no-cache --virtual .run-deps bash
+RUN apk add --no-cache --virtual .run-deps bash openssl
 
 
 # Configure Nginx
 # Configure Nginx
 RUN sed -i 's/worker_connections  1024/worker_connections  10240/' /etc/nginx/nginx.conf \
 RUN sed -i 's/worker_connections  1024/worker_connections  10240/' /etc/nginx/nginx.conf \