From 38226169d6c96375e41d38611f5320bf0b7bc7c9 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 22 Oct 2024 17:20:06 +0100 Subject: [PATCH] Remove qemu bins --- Dockerfile.aarch64 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c126176..57c5434 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -145,11 +145,6 @@ RUN \ /config \ /defaults \ /lsiopy && \ - echo "**** add qemu ****" && \ - curl -o \ - /usr/bin/qemu-aarch64-static -L \ - "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && \ - chmod +x /usr/bin/qemu-aarch64-static && \ echo "**** cleanup ****" && \ userdel ubuntu && \ apt-get autoremove && \