diff --git a/Dockerfile b/Dockerfile index ef2e158..6afc9ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -RUN apk add --no-cache git python2 g++ make +RUN apk add --no-cache git python2 build-base COPY "entrypoint.sh" "/entrypoint.sh" ENTRYPOINT ["/entrypoint.sh"] CMD ["help"]