Skip to content

Commit fd6f4fc

Browse files
committed
Fix error. (pip: command not found)
Required install py3-pip
1 parent b56172b commit fd6f4fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM alpine:3
22

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

76
COPY entrypoint.sh /entrypoint.sh
87

0 commit comments

Comments
 (0)