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 6f61dfd commit 40ea7f7Copy full SHA for 40ea7f7
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3
2
3
-RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash && \
+RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git && \
4
ln -sf /usr/bin/python3 /usr/bin/python
5
6
COPY entrypoint.sh /entrypoint.sh
0 commit comments