From 29d7041eb1924e50aa0bd1d76b713d9c73fc3302 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 8 Jul 2024 19:03:39 -0700 Subject: [PATCH] arm --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 963e5693..20363714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \ build-essential \ binutils-for-host \ + binutils-arm-linux-gnueabi \ binutils-arm-linux-gnueabihf \ ca-certificates \ clang-16 \