We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0435263 commit 5eae7deCopy full SHA for 5eae7de
agent/docker/python/Dockerfile
@@ -5,7 +5,7 @@ RUN go get -d -v ./...
5
RUN cd agent && go build -o /go/bin/agent
6
7
FROM alpine AS pyspybuild
8
-RUN apk add python3
+RUN apk add python3 py3-pip
9
RUN echo 'manylinux1_compatible = True' > /usr/lib/python3.8/site-packages/_manylinux.py
10
RUN pip3 install py-spy==0.4.0.dev1
11
0 commit comments