Skip to content

Commit 2c01548

Browse files
committed
agent: add make to container and use that not cmds.sh
1 parent 2469c2a commit 2c01548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ARG CI_COMMIT_TAG:-0.0.0
44

55
COPY . /code
66
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}
7+
RUN apk add bash make
8+
RUN USE_VENV=false make setup
9+
RUN USE_VENV=false make build ${CI_COMMIT_TAG}
1010

1111
FROM python:3.10-alpine
1212

0 commit comments

Comments
 (0)