From 8ebba0594233c7223ea3fa32930443451e772742 Mon Sep 17 00:00:00 2001 From: Dave Dunkin Date: Thu, 16 Nov 2023 09:17:20 -0700 Subject: [PATCH] Set DOTNET_INSTALL_DIR in Linux runner. This allows setup-dotnet@v3 to work. --- linux/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/Dockerfile b/linux/Dockerfile index a43db80..c80b610 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -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