ci: updated base-image

This commit is contained in:
Marvin Zhang
2024-11-22 14:28:08 +08:00
parent 7a97b709b3
commit 331ddb4118
4 changed files with 37 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
COPY ./install /app/install
RUN bash /app/install/deps/deps.sh && \
bash /app/install/python/python.sh && \
bash /app/install/golang/golang.sh && \
bash /app/install/go/go.sh && \
bash /app/install/node/node.sh && \
bash /app/install/chromedriver/chromedriver.sh