FROM node:gallium-alpine3.13 RUN apk -U upgrade \ && apk add --no-cache \ bash \ git \ openssh \ python3 \ make \ g++