Skip to content

Commit 16bc8f7

Browse files
committed
feat(base): add envsubst
1 parent 8ccccba commit 16bc8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN CONFIG="\
5151
" \
5252
&& addgroup -S nginx \
5353
&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \
54-
&& apk add --no-cache --update --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers patch curl git \
54+
&& apk add --no-cache --update --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers patch curl git envsubst \
5555
&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz \
5656
&& git clone https://github.com/chobits/ngx_http_proxy_connect_module.git /usr/src/ngx_http_proxy_connect_module \
5757
&& cd /usr/src/ngx_http_proxy_connect_module && export PROXY_CONNECT_MODULE_PATH="$(pwd)" && cd - \

0 commit comments

Comments
 (0)