Skip to content

Commit b9eb035

Browse files
author
Nicolas Delaby
committed
build smaller image
1 parent 8059b3e commit b9eb035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:sid
22

33
MAINTAINER Nicolas Delaby <[email protected]>
44

5-
RUN apt-get -y update && apt-get install -y -q nginx nginx-extras
6-
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5+
RUN apt-get -y update && apt-get install -y -q nginx nginx-extras &&\
6+
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
77

88
VOLUME /var/log/nginx
99
VOLUME /etc/nginx/

0 commit comments

Comments
 (0)