Skip to content

Commit

Permalink
fix: add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
victoruzunovjuro committed Mar 1, 2024
1 parent 10768d5 commit 4e6fc15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ARG DOTNET_FILE_SHA512=d67edf1ed7817c002e1f444baf3a48b71d6f3328ed3f63287d7444456
ENV SCM_ROOT=/opt/scm-backup
ENV DOTNET_ROOT=/opt/dotnet
ENV PATH=${PATH}:${DOTNET_ROOT}
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

WORKDIR ${SCM_ROOT}

Expand Down

0 comments on commit 4e6fc15

Please sign in to comment.