Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM debian:
|
| 2 |
RUN apt update
|
| 3 |
WORKDIR /home/user
|
| 4 |
RUN apt install curl wget python3 -y \
|
|
|
|
| 1 |
+
FROM debian:sid
|
| 2 |
RUN apt update
|
| 3 |
WORKDIR /home/user
|
| 4 |
RUN apt install curl wget python3 -y \
|