chore: updated deps

This commit is contained in:
Marvin Zhang
2024-11-22 17:55:20 +08:00
parent 9560da66b5
commit 2b3473dc48
8 changed files with 17 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ RUN bash /app/install/deps/deps.sh && \
bash /app/install/python/python.sh && \
bash /app/install/go/go.sh && \
bash /app/install/node/node.sh && \
bash /app/install/chromedriver/chromedriver.sh
bash /app/install/browser/browser.sh
# Final stage
FROM ubuntu:22.04