Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
ARG CACHEBUST=
|
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
|