mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
fix: alpine build need wget
This commit is contained in:
parent
d6f0691828
commit
ab7bb109e0
@ -6,7 +6,8 @@ FROM --platform=${BUILDPLATFORM} node:lts-alpine AS builder
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
|
||||
RUN chmod a+x ./install-dependents.sh &&\
|
||||
RUN apk add --no-cache wget &&\
|
||||
chmod a+x ./install-dependents.sh &&\
|
||||
chmod a+x ./build.sh &&\
|
||||
./install-dependents.sh &&\
|
||||
./build.sh &&\
|
||||
|
Loading…
Reference in New Issue
Block a user