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 14c1b93 commit f48d943Copy full SHA for f48d943
mainline/jessie/Dockerfile
@@ -7,7 +7,13 @@ ENV NGINX_VERSION 1.9.12-1~jessie
7
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
8
&& echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \
9
&& apt-get update \
10
- && apt-get install -y ca-certificates nginx=${NGINX_VERSION} gettext-base \
+ && apt-get install -y \
11
+ ca-certificates \
12
+ nginx=${NGINX_VERSION} \
13
+ nginx-module-xslt \
14
+ nginx-module-geoip \
15
+ nginx-module-image-filter \
16
+ gettext-base \
17
&& rm -rf /var/lib/apt/lists/*
18
19
# forward request and error logs to docker log collector
0 commit comments