mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
vscode
This commit is contained in:
parent
6923104d52
commit
6121ed47dd
@ -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
|
||||
|
||||
|
||||
##################################################################
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user