goingyt commited on
Commit
a224717
Β·
verified Β·
1 Parent(s): af20c80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:latest
2
 
3
- ARG CACHEBUST=1
4
 
5
  RUN apt update -y
6
 
@@ -8,6 +8,6 @@ RUN apt-get update -y
8
 
9
  RUN hostname -I
10
 
11
- RUN apt install apache2
12
 
13
  RUN gedit index.html
 
1
  FROM ubuntu:latest
2
 
3
+ ARG CACHEBUST=10
4
 
5
  RUN apt update -y
6
 
 
8
 
9
  RUN hostname -I
10
 
11
+ RUN apt install apache2 -y
12
 
13
  RUN gedit index.html