Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
-
WORKDIR /
|
|
|
|
|
3 |
RUN chpasswd root:no
|
4 |
RUN apt update
|
5 |
RUN apt install sudo curl wget neofetch -y
|
|
|
1 |
FROM ubuntu:latest
|
2 |
+
WORKDIR /tmp/vpsdata
|
3 |
+
RUN mkdir /tmp/vpsdata
|
4 |
+
RUN chmod +777 /tmp/vpsdata
|
5 |
RUN chpasswd root:no
|
6 |
RUN apt update
|
7 |
RUN apt install sudo curl wget neofetch -y
|