FROM node:lts-alpine RUN apk add --no-cache git python2 g++ make COPY "entrypoint.sh" "/entrypoint.sh" ENTRYPOINT ["/entrypoint.sh"] CMD ["help"]