From 415a61de92b860016687711b3d208eb777006b42 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sat, 12 Nov 2022 11:41:40 +0100 Subject: [PATCH] fix spacing --- dotnet/7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/7/Dockerfile b/dotnet/7/Dockerfile index 66bf4ed..ca2cb5d 100644 --- a/dotnet/7/Dockerfile +++ b/dotnet/7/Dockerfile @@ -9,7 +9,7 @@ RUN apt update -y \ && apt install -y apt-transport-https wget iproute2 libgdiplus \ && wget https://dot.net/v1/dotnet-install.sh \ && chmod +x dotnet-install.sh \ - && ./dotnet-install.sh -i /usr/share -v 7.0.100 \ + && ./dotnet-install.sh -i /usr/share -v 7.0.100 \ && ln -s /usr/share/dotnet /usr/bin/dotnet USER container