goingyt commited on
Commit
87af788
Β·
verified Β·
1 Parent(s): 773c7f0

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 update && apt upgrade
4
 
5
  RUN apt install neofetch
6
 
 
1
  FROM ubuntu:latest
2
 
3
+ RUN apt update
4
 
5
  RUN apt install neofetch
6