Skip to content

Commit

Permalink
Merge pull request #8 from gizmoguy/pip
Browse files Browse the repository at this point in the history
Install separate pip package.
  • Loading branch information
gizmoguy authored Nov 30, 2021
2 parents 38ffe8b + 806f9ac commit c3264bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

FROM faucet/base:6.0.0

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

0 comments on commit c3264bb

Please sign in to comment.