StarrySkyWorld commited on
Commit
16d7ff8
·
verified ·
1 Parent(s): 9b844c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \