mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-26 12:15:47 +08:00
install net5.0 in correct place in container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user