mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated base-image
This commit is contained in:
@@ -12,9 +12,11 @@ RUN bash /app/install/deps/deps.sh & \
|
||||
bash /app/install/python/python.sh & \
|
||||
bash /app/install/golang/golang.sh & \
|
||||
bash /app/install/node/node.sh & \
|
||||
bash /app/install/chromedriver/chromedriver.sh & \
|
||||
wait
|
||||
|
||||
# install chromedriver
|
||||
RUN bash /app/install/chromedriver/chromedriver.sh
|
||||
|
||||
# working directory
|
||||
WORKDIR /app/backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user