goingyt commited on
Commit
0394697
Β·
verified Β·
1 Parent(s): 7850a25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -3
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
- FROM alpine:latest
2
 
3
- RUN apk update && apk upgrade
4
 
5
- RUN ls
 
 
 
1
+ FROM ubuntu:latest
2
 
3
+ RUN apt update && apk upgrade
4
 
5
+ RUN apt install neofetch
6
+
7
+ RUN neofetch