From 180e28a8f60176c2e1802ed1875797de7848a97f Mon Sep 17 00:00:00 2001 From: Beslan Date: Tue, 2 Jun 2026 06:57:59 +0300 Subject: [PATCH] Install ARM target C++ runtime --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 66ae5ca..bd8c02f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apt-get update \ curl \ gcc-arm-none-eabi \ git \ + libnewlib-arm-none-eabi \ + libstdc++-arm-none-eabi-newlib \ make \ mercurial \ patch \