goingyt commited on
Commit
b6a36b6
Β·
verified Β·
1 Parent(s): 1d33dd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:latest
2
 
3
- ARG CACHEBUST=10
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