Skip to content

Commit 34da029

Browse files
committed
Change to nginx-full package
1 parent 7f3ef09 commit 34da029

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.4-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-full=${NGINX_VERSION} && \
1212
rm -rf /var/lib/apt/lists/*
1313

1414
# forward request and error logs to docker log collector

0 commit comments

Comments
 (0)