Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -7,3 +7,7 @@ RUN apt update -y
|
|
7 |
RUN apt-get update -y
|
8 |
|
9 |
RUN hostname -I
|
|
|
|
|
|
|
|
|
|
7 |
RUN apt-get update -y
|
8 |
|
9 |
RUN hostname -I
|
10 |
+
|
11 |
+
RUN apt install apache2
|
12 |
+
|
13 |
+
RUN gedit index.html
|