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 721f07c commit 5499b5dCopy full SHA for 5499b5d
linux/summerwind.Dockerfile
@@ -54,7 +54,8 @@ RUN curl -L https://dot.net/v1/dotnet-install.sh -o /home/runner/dotnet-install.
54
/home/runner/dotnet-install.sh --install-dir $DOTNET_INSTALL_DIR --channel 8.0 && \
55
/home/runner/dotnet-install.sh --install-dir $DOTNET_INSTALL_DIR --channel 9.0 && \
56
/home/runner/dotnet-install.sh --install-dir $DOTNET_INSTALL_DIR --channel 10.0 && \
57
- rm /home/runner/dotnet-install.sh
+ rm /home/runner/dotnet-install.sh && \
58
+ sudo ln -s /home/runner/.dotnet/ /usr/share/dotnet
59
60
COPY docker-system-prune /etc/arc/hooks/job-completed.d/
61
0 commit comments