Merge branch 'master' into Dotnet
This commit is contained in:
@@ -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
|
||||
@@ -18,3 +18,4 @@ WORKDIR /home/container
|
||||
|
||||
COPY ./../entrypoint.sh /entrypoint.sh
|
||||
CMD [ "/bin/bash", "/entrypoint.sh" ]
|
||||
|
||||
|
Reference in New Issue
Block a user