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 5b8f04f commit 294153eCopy full SHA for 294153e
Dockerfile
@@ -3,16 +3,10 @@ FROM debian:jessie
3
ENV NGINX_VERSION 1.9.10-1~bpo8+3
4
5
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
6
- && apt-get update \
+ && apt-get update \
7
&& apt-get install --no-install-recommends --no-install-suggests -y \
8
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 \
+ nginx-full=${NGINX_VERSION} \
16
&& rm -rf /var/lib/apt/lists/*
17
18
# forward request and error logs to docker log collector
0 commit comments