Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
RUN apt update &&
|
4 |
|
5 |
RUN apt install neofetch
|
6 |
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
RUN apt update && apt upgrade
|
4 |
|
5 |
RUN apt install neofetch
|
6 |
|