diff --git a/dotnet/9/Dockerfile b/dotnet/9/Dockerfile index 4545221..79c82ba 100644 --- a/dotnet/9/Dockerfile +++ b/dotnet/9/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ - && apt install -y apt-transport-https wget curl iproute2 libgdiplus tini \ + && apt install -y apt-transport-https wget curl git git-lfs iproute2 libgdiplus tini \ && wget https://dot.net/v1/dotnet-install.sh \ && D_V="$(curl -sSL https://dotnet.microsoft.com/en-us/download/dotnet/9.0 | grep -i '

SDK 9.*.*

' | head -1 | awk -F\" '{print $3}' | awk '{print $2;}' | sed 's/<\/h3>//g')" \ && chmod +x dotnet-install.sh \