mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
ci: updated base-image
This commit is contained in:
@@ -6,10 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
# Install dependencies
|
||||
COPY ./install /app/install
|
||||
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/browser/browser.sh
|
||||
bash /app/install/python/python.sh
|
||||
|
||||
# Working directory
|
||||
WORKDIR /app/backend
|
||||
|
||||
Reference in New Issue
Block a user