fix: resolve docker build error in v22 arm64 dash (#109)

This commit is contained in:
PastaPastaPasta 2025-02-18 00:38:56 -06:00 committed by GitHub
parent 48e1dc3bc2
commit f7aa4d3c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ RUN set -ex \
&& echo "5e279972a1c7adee65e3b5661788e8706594b458b7ce318fecbd392492cc4dbd gosu" | sha256sum -c -
# Making sure the builder build an arm image despite being x64
FROM arm64v8/debian:bullseye-slim
FROM --platform=arm64 debian:bullseye-slim
COPY --from=builder "/tmp/bin" /usr/local/bin
#EnableQEMU COPY qemu-aarch64-static /usr/bin