ci: Fix ubuntu dotnet-sdk
This commit is contained in:
committed by
Corentin Le Molgat
parent
4fa0d282ac
commit
d82c1263b1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user