actually install npm
This commit is contained in:
parent
42624303d9
commit
dfbe73afc4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue