Update Dockerfile
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
ARG CACHEBUST=
|
4 |
|
5 |
RUN apt update -y
|
6 |
|
@@ -10,4 +10,6 @@ RUN hostname -I
|
|
10 |
|
11 |
RUN apt install sudo -y
|
12 |
|
13 |
-
RUN sudo su
|
|
|
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
ARG CACHEBUST=11
|
4 |
|
5 |
RUN apt update -y
|
6 |
|
|
|
10 |
|
11 |
RUN apt install sudo -y
|
12 |
|
13 |
+
RUN sudo su
|
14 |
+
|
15 |
+
RUN whoami
|