build: do not upgrade system components in alpine
This commit is contained in:
parent
e785e31e19
commit
8cb6708be7
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ RUN apk add --update --no-cache wget build-base musl-dev && \
|
|||
gn \
|
||||
tar \
|
||||
ninja && \
|
||||
apk upgrade && \
|
||||
npm install -g pnpm lerna
|
||||
|
||||
RUN rustup-init -y && \
|
||||
|
|
Loading…
Reference in a new issue