Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
|
| 3 |
|
| 4 |
# Install OS dependencies for Playwright and Chromium
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
-
wget gnupg curl unzip
|
| 7 |
|
| 8 |
# Set work directory
|
| 9 |
WORKDIR /app
|
|
|
|
| 3 |
|
| 4 |
# Install OS dependencies for Playwright and Chromium
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
+
wget gnupg curl unzip
|
| 7 |
|
| 8 |
# Set work directory
|
| 9 |
WORKDIR /app
|