FROM node:alpine LABEL name="api-service-common" LABEL title="API Controller" LABEL author="cto@troven.co" RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh RUN npm install typescript -g WORKDIR /opt/a6s