We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ffe8b commit 806f9acCopy full SHA for 806f9ac
1 file changed
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