From e3f052f18160b60267319a756cdda8436e187dcb Mon Sep 17 00:00:00 2001 From: themixedupstuff Date: Tue, 14 Apr 2026 22:33:57 +0200 Subject: [PATCH] Add .net10 to the build. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e8d19b..1536df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN echo docker_cross_compiler > /etc/hostname curl \ dotnet-sdk-6.0 \ dotnet-sdk-8.0 \ + dotnet-sdk-10.0 \ gcc-arm-linux-gnueabihf \ gcc-aarch64-linux-gnu \ gcc-i686-linux-gnu \