Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,6 +2,8 @@ FROM ubuntu:latest
|
|
2 |
|
3 |
RUN apt update
|
4 |
|
|
|
|
|
5 |
RUN apt install neofetch -y
|
6 |
|
7 |
RUN neofetch
|
|
|
2 |
|
3 |
RUN apt update
|
4 |
|
5 |
+
RUN apt-get update
|
6 |
+
|
7 |
RUN apt install neofetch -y
|
8 |
|
9 |
RUN neofetch
|