actually install npm

This commit is contained in:
Sebastian Hugentobler 2020-04-05 13:08:18 +02:00
parent 42624303d9
commit dfbe73afc4

View File

@ -2,7 +2,7 @@ FROM alpine:3.11 as builder
RUN apk add --no-cache \ RUN apk add --no-cache \
git \ git \
yarn \ npm \
make \ make \
bash \ bash \
python3 python3