Skip to content

Commit

Permalink
Set DOTNET_INSTALL_DIR in Linux runner.
Browse files Browse the repository at this point in the history
This allows setup-dotnet@v3 to work.
  • Loading branch information
ddunkin committed Nov 16, 2023
1 parent 0caa772 commit 8ebba05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ RUN sudo apt-get update \
&& sudo rm -rf /var/lib/apt/lists/*

COPY docker-system-prune /etc/arc/hooks/job-completed.d/

ENV DOTNET_INSTALL_DIR=~/.dotnet

0 comments on commit 8ebba05

Please sign in to comment.