From 165fd4f7f3118ea45f1b80ecdad3cba92c07d6b5 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Tue, 23 Jul 2024 22:41:38 +0300 Subject: [PATCH] Add the .net 8.0 sdk to the build image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fe7441c..2e8d19b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN echo docker_cross_compiler > /etc/hostname cpio \ curl \ dotnet-sdk-6.0 \ + dotnet-sdk-8.0 \ gcc-arm-linux-gnueabihf \ gcc-aarch64-linux-gnu \ gcc-i686-linux-gnu \