Remove python3 build dependency

This commit is contained in:
Igor Katson 2024-10-03 13:54:23 +01:00
parent 8b66119746
commit 61a01b4253
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 26 additions and 29 deletions

View file

@ -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