Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,6 +4,6 @@ RUN apt update
|
|
| 4 |
|
| 5 |
RUN apt-get update
|
| 6 |
|
| 7 |
-
RUN apt install
|
| 8 |
|
| 9 |
RUN neofetch
|
|
|
|
| 4 |
|
| 5 |
RUN apt-get update
|
| 6 |
|
| 7 |
+
RUN apt install neofetch -y
|
| 8 |
|
| 9 |
RUN neofetch
|