We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2469c2a commit 2c01548Copy full SHA for 2c01548
agent/docker/Dockerfile
@@ -4,9 +4,9 @@ ARG CI_COMMIT_TAG:-0.0.0
4
5
COPY . /code
6
WORKDIR /code
7
-RUN apk add bash
8
-RUN USE_VENV=false /code/cmds.sh setup
9
-RUN USE_VENV=false /code/cmds.sh build ${CI_COMMIT_TAG}
+RUN apk add bash make
+RUN USE_VENV=false make setup
+RUN USE_VENV=false make build ${CI_COMMIT_TAG}
10
11
FROM python:3.10-alpine
12
0 commit comments