Skip to content

Commit 564dcd3

Browse files
committed
fix
1 parent e407fb6 commit 564dcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG AGENT_VERSION
55
COPY . /code
66
WORKDIR /code
77
RUN echo "AGENT_VERSION=${AGENT_VERSION}"
8-
RUN apk update && apk add bash make
8+
RUN apk update && apk add bash make build-base
99
RUN make venv
1010
RUN make test
1111
RUN make build build_version=${AGENT_VERSION}

0 commit comments

Comments
 (0)