try to remove python make g++ from build-frontend

This commit is contained in:
igoradamenko
2018-03-11 22:30:40 +03:00
parent 0b6cdade10
commit b1410a13be
+1 -1
View File
@@ -18,7 +18,7 @@ RUN go build -o remark -ldflags "-X main.revision=$(git rev-parse --abbrev-ref H
FROM node:9.4-alpine as build-frontend
ADD web /srv/web
RUN apk add --no-cache --update git python make g++
RUN apk add --no-cache --update git
RUN \
cd /srv/web && \
npm i && npm run build