Skip to content

Commit 3545ef0

Browse files
committed
chore(Dockerfile): add temporary DOTNET_INSTALL_DIR environment variable
- Added a temporary environment variable, DOTNET_INSTALL_DIR, to the Dockerfile. - This change is a workaround until the dotnet setup issue is resolved. TODO: Remove this when the dotnet setup is fixed.
1 parent 8d5fc17 commit 3545ef0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/images/base/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ ENV DEBIAN_FRONTEND=noninteractive
3737
ENV RUNNER_MANUALLY_TRAP_SIG=1
3838
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
3939

40+
# TODO: Remove this when the dotnet setup is fixed
41+
ENV DOTNET_INSTALL_DIR=./.dotnet
42+
4043
RUN apt update -y && \
4144
apt install -y --no-install-recommends sudo lsb-release gpg-agent software-properties-common python3-launchpadlib &&\
4245
add-apt-repository ppa:git-core/ppa && \

0 commit comments

Comments
 (0)