Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -27,6 +27,8 @@ RUN pip install --no-cache-dir -r /app/deps.txt
|
|
| 27 |
RUN playwright install chromium && \
|
| 28 |
playwright install-deps chromium
|
| 29 |
|
|
|
|
|
|
|
| 30 |
# 创建 entrypoint
|
| 31 |
RUN echo '#!/bin/bash' > /entrypoint.sh && \
|
| 32 |
echo 'set -e' >> /entrypoint.sh && \
|
|
|
|
| 27 |
RUN playwright install chromium && \
|
| 28 |
playwright install-deps chromium
|
| 29 |
|
| 30 |
+
RUN camoufox fetch
|
| 31 |
+
|
| 32 |
# 创建 entrypoint
|
| 33 |
RUN echo '#!/bin/bash' > /entrypoint.sh && \
|
| 34 |
echo 'set -e' >> /entrypoint.sh && \
|