Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN wget -O- https://apt.corretto.aws/corretto.key | gpg --dearmor > /usr/share/
|
|
| 15 |
rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
# Install Python packages for the Web UI Panel
|
| 18 |
-
RUN pip3 install --no-cache-dir --break-system-packages gdown fastapi uvicorn websockets python-multipart aiofiles
|
| 19 |
|
| 20 |
# Set working directory
|
| 21 |
WORKDIR /app
|
|
|
|
| 15 |
rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
# Install Python packages for the Web UI Panel
|
| 18 |
+
RUN pip3 install --no-cache-dir --break-system-packages gdown fastapi uvicorn websockets python-multipart aiofiles
|
| 19 |
|
| 20 |
# Set working directory
|
| 21 |
WORKDIR /app
|