Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
|
3 |
RUN df -h
|
|
|
1 |
+
FROM debian:latest
|
2 |
|
3 |
RUN df -h
|