Skip to content

Commit 294153e

Browse files
committed
We have to use the standard nginx-full package.
1 parent 5b8f04f commit 294153e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ FROM debian:jessie
33
ENV NGINX_VERSION 1.9.10-1~bpo8+3
44

55
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
6-
&& apt-get update \
6+
&& apt-get update \
77
&& apt-get install --no-install-recommends --no-install-suggests -y \
88
ca-certificates \
9-
nginx=${NGINX_VERSION} \
10-
nginx-module-xslt \
11-
nginx-module-geoip \
12-
nginx-module-image-filter \
13-
nginx-module-perl \
14-
nginx-module-njs \
15-
gettext-base \
9+
nginx-full=${NGINX_VERSION} \
1610
&& rm -rf /var/lib/apt/lists/*
1711

1812
# forward request and error logs to docker log collector

0 commit comments

Comments
 (0)