We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47293e1 commit 5c82b99Copy full SHA for 5c82b99
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update \
12
RUN curl --location https://dot.net/v1/dotnet-install.sh \
13
--output dotnet-install.sh \
14
&& chmod +x dotnet-install.sh \
15
- && ./dotnet-install.sh --channel 6.0
+ && ./dotnet-install.sh --channel 6.0 \
16
&& rm dotnet-install.sh
17
ENV DOTNET_ROOT=$HOME/.dotnet
18
ENV PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools
0 commit comments