add dotnet 7

This commit is contained in:
Quinten
2022-11-12 11:37:06 +01:00
committed by GitHub
parent c0daa84da8
commit 50948f3b29
4 changed files with 23 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ RUN apt update -y \
&& apt install -y apt-transport-https wget iproute2 libgdiplus \
&& wget https://dot.net/v1/dotnet-install.sh \
&& chmod +x dotnet-install.sh \
&& ./dotnet-install.sh -i /usr/share -v 3.1.424 \
&& ./dotnet-install.sh -i /usr/share -v 3.1.425 \
&& ln -s /usr/share/dotnet /usr/bin/dotnet