Clone04 commited on
Commit
1f8d396
·
verified ·
1 Parent(s): c4408d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN groupadd user && \
10
  RUN apt update -y && \
11
  apt upgrade -y && \
12
  apt install -yq nginx-full && \
13
- apt clean && \
14
  #rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
 
16
  COPY nginx.conf /etc/nginx/nginx.conf
 
10
  RUN apt update -y && \
11
  apt upgrade -y && \
12
  apt install -yq nginx-full && \
13
+ apt clean
14
  #rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
 
16
  COPY nginx.conf /etc/nginx/nginx.conf