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

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