We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 510a336 + 7715fa8 commit 8b0633dCopy full SHA for 8b0633d
Dockerfile
@@ -2,9 +2,7 @@ FROM docker
2
3
ARG VERSION
4
5
-RUN apk add --no-cache python3 curl
6
-RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
7
-RUN python3 get-pip.py
8
-RUN pip install runlike==$VERSION
+RUN apk add --no-cache python3 py3-pip
+RUN pip3 install runlike==$VERSION
9
10
ENTRYPOINT ["runlike"]
0 commit comments