Skip to content

Commit 2b0b293

Browse files
committed
Alpine: added gettext to include envsubst.
1 parent 0d2fa22 commit 2b0b293

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mainline/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN \
105105
&& apk add --virtual .nginx-rundeps $runDeps \
106106
&& apk del .build-deps \
107107
&& rm -rf /usr/src/nginx-$NGINX_VERSION \
108+
&& apk add --no-cache gettext \
108109
\
109110
# forward request and error logs to docker log collector
110111
&& ln -sf /dev/stdout /var/log/nginx/access.log \

stable/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUN \
8686
&& apk add --virtual .nginx-rundeps $runDeps \
8787
&& apk del .build-deps \
8888
&& rm -rf /usr/src/nginx-$NGINX_VERSION \
89+
&& apk add --no-cache gettext \
8990
\
9091
# forward request and error logs to docker log collector
9192
&& ln -sf /dev/stdout /var/log/nginx/access.log \

0 commit comments

Comments
 (0)