fix(website): install latest `npm` in `Dockerfile` (#12859)
This commit is contained in:
parent
f6c048947c
commit
172fa6d327
|
@ -4,4 +4,5 @@ RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libp
|
|||
COPY ./package.json /website/package.json
|
||||
COPY ./package-lock.json /website/package-lock.json
|
||||
WORKDIR /website
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in New Issue