Yaya86 commited on
Commit
efa1eea
1 Parent(s): a34a2b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:latest
2
 
3
- RUN apt-get update && apt-get install -y whoami
4
 
5
  RUN whoami
6
 
 
1
  FROM ubuntu:latest
2
 
3
+ #RUN apt-get update && apt-get install -y whoami
4
 
5
  RUN whoami
6