Skip to content

Commit 3146e77

Browse files
committed
fix
1 parent 222d587 commit 3146e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ COPY . /code
66
WORKDIR /code
77
RUN echo "AGENT_VERSION=${AGENT_VERSION}"
88
RUN apk update && apk add bash make build-base gcc python3-dev musl-dev linux-headers
9-
RUN make venv
109
RUN make test
10+
RUN make clean
11+
RUN make venv
1112
RUN make build build_version=${AGENT_VERSION}
1213

1314
FROM python:3.12-alpine

0 commit comments

Comments
 (0)