From 6121ed47dd73be2bc492480c674dc9e13536fa0e Mon Sep 17 00:00:00 2001 From: EpicMorg Date: Sat, 20 Nov 2021 02:53:26 +0300 Subject: [PATCH] vscode --- linux/advanced/vscode-server/devops/Dockerfile | 4 +++- linux/advanced/vscode-server/dotnet-full/Dockerfile | 4 +++- linux/advanced/vscode-server/dotnet/Dockerfile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/linux/advanced/vscode-server/devops/Dockerfile b/linux/advanced/vscode-server/devops/Dockerfile index ea779a770..cd508597a 100644 --- a/linux/advanced/vscode-server/devops/Dockerfile +++ b/linux/advanced/vscode-server/devops/Dockerfile @@ -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 ################################################################## diff --git a/linux/advanced/vscode-server/dotnet-full/Dockerfile b/linux/advanced/vscode-server/dotnet-full/Dockerfile index 07ad47a13..8f108a4cf 100644 --- a/linux/advanced/vscode-server/dotnet-full/Dockerfile +++ b/linux/advanced/vscode-server/dotnet-full/Dockerfile @@ -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 diff --git a/linux/advanced/vscode-server/dotnet/Dockerfile b/linux/advanced/vscode-server/dotnet/Dockerfile index ecb1e9688..085a716f6 100644 --- a/linux/advanced/vscode-server/dotnet/Dockerfile +++ b/linux/advanced/vscode-server/dotnet/Dockerfile @@ -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