Skip to content

Commit

Permalink
Merge pull request youyo#13 from youyo/fix/pip-command
Browse files Browse the repository at this point in the history
Fix error. (pip: command not found)
  • Loading branch information
youyo authored Jun 27, 2020
2 parents b56172b + fd6f4fc commit 96113a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM alpine:3

RUN apk --update --no-cache add nodejs nodejs-npm python3 jq curl bash && \
ln -sf /usr/bin/python3 /usr/bin/python && \
ln -sf /usr/bin/pip3 /usr/bin/pip
RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash && \
ln -sf /usr/bin/python3 /usr/bin/python

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 96113a2

Please sign in to comment.