Dotnet arm64 fix

This commit is contained in:
QuintenQVD0
2022-11-06 17:51:12 +01:00
parent 83030416ae
commit c0daa84da8
5 changed files with 13 additions and 4 deletions

View File

@@ -9,7 +9,8 @@ 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/local/bin/ -v 2.1.818
&& ./dotnet-install.sh -i /usr/share -v 2.1.818 \
&& ln -s /usr/share/dotnet /usr/bin/dotnet
USER container
ENV USER=container HOME=/home/container