actually install npm
This commit is contained in:
parent
42624303d9
commit
dfbe73afc4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user