We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56172b commit fd6f4fcCopy full SHA for fd6f4fc
Dockerfile
@@ -1,8 +1,7 @@
1
FROM alpine:3
2
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
+RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash && \
+ ln -sf /usr/bin/python3 /usr/bin/python
6
7
COPY entrypoint.sh /entrypoint.sh
8
0 commit comments