Add the .net 8.0 sdk to the build image.
Some checks failed
Build / build (push) Failing after 1m47s
Some checks failed
Build / build (push) Failing after 1m47s
This commit is contained in:
parent
518969e2c9
commit
165fd4f7f3
@ -28,6 +28,7 @@ RUN echo docker_cross_compiler > /etc/hostname
|
|||||||
cpio \
|
cpio \
|
||||||
curl \
|
curl \
|
||||||
dotnet-sdk-6.0 \
|
dotnet-sdk-6.0 \
|
||||||
|
dotnet-sdk-8.0 \
|
||||||
gcc-arm-linux-gnueabihf \
|
gcc-arm-linux-gnueabihf \
|
||||||
gcc-aarch64-linux-gnu \
|
gcc-aarch64-linux-gnu \
|
||||||
gcc-i686-linux-gnu \
|
gcc-i686-linux-gnu \
|
||||||
|
Loading…
Reference in New Issue
Block a user