We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407fb6 commit 564dcd3Copy full SHA for 564dcd3
agent/docker/Dockerfile
@@ -5,7 +5,7 @@ ARG AGENT_VERSION
5
COPY . /code
6
WORKDIR /code
7
RUN echo "AGENT_VERSION=${AGENT_VERSION}"
8
-RUN apk update && apk add bash make
+RUN apk update && apk add bash make build-base
9
RUN make venv
10
RUN make test
11
RUN make build build_version=${AGENT_VERSION}
0 commit comments