diff --git a/Dockerfile b/Dockerfile index 994ef10f..08f0e06e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,17 +9,6 @@ ARG QEMU_REPO=https://github.com/qemu/qemu # xx is a helper for cross-compilation FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:56b19a5fb89b99195ec494d59ad34370d14540858c1f56c560ec1e7f2d1c177f AS xx -FROM --platform=$BUILDPLATFORM ${ALPINE_BASE} AS alpine-patches -RUN apk add --no-cache git -ARG ALPINE_VERSION -RUN <