We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222d587 commit 3146e77Copy full SHA for 3146e77
agent/docker/Dockerfile
@@ -6,8 +6,9 @@ COPY . /code
6
WORKDIR /code
7
RUN echo "AGENT_VERSION=${AGENT_VERSION}"
8
RUN apk update && apk add bash make build-base gcc python3-dev musl-dev linux-headers
9
-RUN make venv
10
RUN make test
+RUN make clean
11
+RUN make venv
12
RUN make build build_version=${AGENT_VERSION}
13
14
FROM python:3.12-alpine
0 commit comments