Spaces:
Sleeping
Sleeping
Commit
·
df6a9d4
1
Parent(s):
0c1b325
updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-slim
|
|
2 |
WORKDIR /app
|
3 |
|
4 |
# Install wget
|
5 |
-
RUN apt update && apt install -y wget
|
6 |
|
7 |
# Install Python dependencies
|
8 |
COPY requirements.txt .
|
|
|
2 |
WORKDIR /app
|
3 |
|
4 |
# Install wget
|
5 |
+
RUN apt update && apt install -y wget && apt install -y curl
|
6 |
|
7 |
# Install Python dependencies
|
8 |
COPY requirements.txt .
|