Remove python3 build dependency
This commit is contained in:
parent
8b66119746
commit
61a01b4253
4 changed files with 26 additions and 29 deletions
|
|
@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
|
|||
FROM --platform=$BUILDPLATFORM rust:alpine AS builder
|
||||
COPY --from=xx / /
|
||||
|
||||
RUN apk update && apk add clang lld npm python3 pkgconf
|
||||
RUN apk update && apk add clang lld npm pkgconf
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
RUN xx-apk add gcc musl-dev openssl-dev openssl-libs-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue