goingyt commited on
Commit
6434d66
Β·
verified Β·
1 Parent(s): 5194cd2

Create Dockerfile

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