diff --git a/Dockerfile b/Dockerfile index 2a4df0c..bc3f08d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3 -RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git docker && \ +RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \ ln -sf /usr/bin/python3 /usr/bin/python COPY entrypoint.sh /entrypoint.sh