Spaces:
Running
Running
Create Dockerfile
Browse files- 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
|