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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -7,12 +7,6 @@ USER root
7
  RUN groupadd user && \
8
  useradd -d /home/user -ms /bin/bash -g user -G user -p user user
9
 
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
17
 
18
  # Copy static HTML content
 
7
  RUN groupadd user && \
8
  useradd -d /home/user -ms /bin/bash -g user -G user -p user user
9
 
 
 
 
 
 
 
10
  COPY nginx.conf /etc/nginx/nginx.conf
11
 
12
  # Copy static HTML content