fix spacing

This commit is contained in:
Quinten
2022-11-12 11:41:40 +01:00
committed by GitHub
parent ad2a054f2a
commit 415a61de92

View File

@@ -9,7 +9,7 @@ RUN apt update -y \
&& apt install -y apt-transport-https wget iproute2 libgdiplus \ && apt install -y apt-transport-https wget iproute2 libgdiplus \
&& wget https://dot.net/v1/dotnet-install.sh \ && wget https://dot.net/v1/dotnet-install.sh \
&& chmod +x 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 && ln -s /usr/share/dotnet /usr/bin/dotnet
USER container USER container