We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b6da8 commit 7085823Copy full SHA for 7085823
Dockerfile
@@ -8,7 +8,7 @@ RUN echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/a
8
ENV NGINX_VERSION 1.9.9-1~jessie
9
10
RUN apt-get update && \
11
- apt-get install -y ca-certificates nginx=${NGINX_VERSION} && \
+ apt-get install -y ca-certificates nginx=${NGINX_VERSION} gettext-base && \
12
rm -rf /var/lib/apt/lists/*
13
14
# forward request and error logs to docker log collector
0 commit comments