install net5.0 in correct place in container

This commit is contained in:
TGP
2022-01-20 19:48:12 +00:00
parent c07e6ee41f
commit f1db0257ce
5 changed files with 6 additions and 6 deletions

View File

@@ -7,4 +7,4 @@ RUN curl -L --output ./dotnet-install.sh https://dot.net/v1/dotnet-install.sh
RUN chmod u+x ./dotnet-install.sh
RUN ./dotnet-install.sh -c 5.0
RUN ./dotnet-install.sh -c 5.0 -i /usr/share/dotnet