ci: Fix ubuntu dotnet-sdk

This commit is contained in:
Mizux Seiha
2024-04-27 20:16:15 +02:00
committed by Corentin Le Molgat
parent 4fa0d282ac
commit d82c1263b1
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM ortools/cmake:ubuntu_swig AS env
# Install .NET SDK
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
RUN apt-get update -qq \
&& apt-get install -yq dotnet-sdk-6.0 \
&& apt-get install -yq dotnet-sdk-8.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Trigger first run experience by running arbitrary cmd

View File

@@ -3,7 +3,7 @@ FROM ortools/make:ubuntu_swig AS env
# Install .Net
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
RUN apt-get update -qq \
&& apt-get install -yq dotnet-sdk-6.0 \
&& apt-get install -yq dotnet-sdk-8.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Trigger first run experience by running arbitrary cmd

View File

@@ -10,7 +10,7 @@ RUN apt-get update -qq \
# Install .Net
# see https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-2304
RUN apt-get update -qq \
&& apt-get install -yq dotnet-sdk-6.0 \
&& apt-get install -yq dotnet-sdk-8.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Trigger first run experience by running arbitrary cmd