Skip to content

Commit 5eae7de

Browse files
authored
Fix Python Docker image (#32)
1 parent 0435263 commit 5eae7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN go get -d -v ./...
55
RUN cd agent && go build -o /go/bin/agent
66

77
FROM alpine AS pyspybuild
8-
RUN apk add python3
8+
RUN apk add python3 py3-pip
99
RUN echo 'manylinux1_compatible = True' > /usr/lib/python3.8/site-packages/_manylinux.py
1010
RUN pip3 install py-spy==0.4.0.dev1
1111

0 commit comments

Comments
 (0)