Skip to content

Commit 7085823

Browse files
committed
Added gettext-base package to image in order to make envsubst available
1 parent a8b6da8 commit 7085823

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
@@ -8,7 +8,7 @@ RUN echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/a
88
ENV NGINX_VERSION 1.9.9-1~jessie
99

1010
RUN apt-get update && \
11-
apt-get install -y ca-certificates nginx=${NGINX_VERSION} && \
11+
apt-get install -y ca-certificates nginx=${NGINX_VERSION} gettext-base && \
1212
rm -rf /var/lib/apt/lists/*
1313

1414
# forward request and error logs to docker log collector

0 commit comments

Comments
 (0)