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 66d3b5a commit e886a37Copy full SHA for e886a37
Dockerfile
@@ -7,7 +7,7 @@ RUN echo "deb http://nginx.org/packages/mainline/debian/ wheezy nginx" >> /etc/a
7
8
ENV NGINX_VERSION 1.7.7-1~wheezy
9
10
-RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION}
+RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION} && apt-get clean && rm -rf /var/lib/apt/lists/*
11
12
# forward request and error logs to docker log collector
13
RUN ln -sf /dev/stdout /var/log/nginx/access.log
0 commit comments