Skip to content

Commit c3264bb

Browse files
authored
Merge pull request #8 from gizmoguy/pip
Install separate pip package.
2 parents 38ffe8b + 806f9ac commit c3264bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
FROM faucet/base:6.0.0
44

5-
RUN apk add --no-cache python3 && \
5+
RUN apk add --no-cache python3 py-pip && \
66
if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
77
if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi

0 commit comments

Comments
 (0)