Skip to content

Commit

Permalink
netcore: add missing environment variable
Browse files Browse the repository at this point in the history
.NET 6.0.11 calls from built sites is not working without this

dotnet/runtime#79237 (comment)
  • Loading branch information
darakeon committed Dec 12, 2022
1 parent 668119c commit d7b6fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/images/netcore.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN apt-get install -y apt-transport-https
RUN apt-get install -y dotnet-sdk-6.0
RUN apt-get install -y aspnetcore-runtime-6.0

ENV DOTNET_ROOT=/usr/lib/dotnet

RUN echo "echo" >> ~/.bashrc
RUN echo "printf '\e[38;5;46m'" >> ~/.bashrc
RUN echo "echo --------------------------------------------------------------------------------" >> ~/.bashrc
Expand Down

0 comments on commit d7b6fb8

Please sign in to comment.