We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ffe8b + 806f9ac commit c3264bbCopy full SHA for c3264bb
Dockerfile
@@ -2,6 +2,6 @@
2
3
FROM faucet/base:6.0.0
4
5
-RUN apk add --no-cache python3 && \
+RUN apk add --no-cache python3 py-pip && \
6
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
7
if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi
0 commit comments