mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 06:37:55 +03:00
vscode
This commit is contained in:
parent
6923104d52
commit
6121ed47dd
@ -208,7 +208,9 @@ RUN dotnet help && \
|
|||||||
# install dotnet tools
|
# install dotnet tools
|
||||||
RUN dotnet tool list -g && \
|
RUN dotnet tool list -g && \
|
||||||
dotnet tool install -g dotnet-script && \
|
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
|
# install dotnet tools
|
||||||
RUN dotnet tool list -g && \
|
RUN dotnet tool list -g && \
|
||||||
dotnet tool install -g dotnet-script && \
|
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
|
# Mono
|
||||||
|
@ -72,7 +72,9 @@ RUN dotnet help && \
|
|||||||
# install dotnet tools
|
# install dotnet tools
|
||||||
RUN dotnet tool list -g && \
|
RUN dotnet tool list -g && \
|
||||||
dotnet tool install -g dotnet-script && \
|
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
|
# cleaninig up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user