Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|
20 |
libdbus-1-3 \
|
21 |
&& rm -rf /var/lib/apt/lists/*
|
22 |
|
23 |
-
# Install Playwright and dependencies
|
24 |
RUN pip install playwright
|
25 |
RUN playwright install
|
26 |
|
|
|
20 |
libdbus-1-3 \
|
21 |
&& rm -rf /var/lib/apt/lists/*
|
22 |
|
23 |
+
# Install Playwright and its dependencies
|
24 |
RUN pip install playwright
|
25 |
RUN playwright install
|
26 |
|