This commit is contained in:
EpicMorg 2021-11-20 02:53:26 +03:00
parent 6923104d52
commit 6121ed47dd
Signed by: root
GPG Key ID: 7EAD86746D85C445
3 changed files with 9 additions and 3 deletions

View File

@ -208,7 +208,9 @@ RUN dotnet help && \
# install dotnet tools
RUN dotnet tool list -g && \
dotnet tool install -g dotnet-script && \
dotnet tool list -g
curl -s https://raw.githubusercontent.com/filipw/dotnet-script/master/install/install.sh | bash && \
dotnet tool list -g && \
dotnet-script --version
##################################################################

View File

@ -72,7 +72,9 @@ RUN dotnet help && \
# install dotnet tools
RUN dotnet tool list -g && \
dotnet tool install -g dotnet-script && \
dotnet tool list -g
curl -s https://raw.githubusercontent.com/filipw/dotnet-script/master/install/install.sh | bash && \
dotnet tool list -g && \
dotnet-script --version
##################################################################
# Mono

View File

@ -72,7 +72,9 @@ RUN dotnet help && \
# install dotnet tools
RUN dotnet tool list -g && \
dotnet tool install -g dotnet-script && \
dotnet tool list -g
curl -s https://raw.githubusercontent.com/filipw/dotnet-script/master/install/install.sh | bash && \
dotnet tool list -g && \
dotnet-script --version
##################################################################
# cleaninig up