-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
The following command in the Dockerfile is failing https://github.com/dfinke/Tiny-PowerShell-Projects/blob/master/Dockerfile#L64
Log from Binder:
Step 19/24 : RUN dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.140401 --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
---> [Warning] Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
---> Running in cddd4eabb666
/usr/share/dotnet/sdk/3.1.301/NuGet.targets(128,5): error : Unable to load the service index for source https://dotnet.myget.org/F/dotnet-try/api/v3/index.json. [/tmp/g1pulogo.tty/restore.csproj]
/usr/share/dotnet/sdk/3.1.301/NuGet.targets(128,5): error : The SSL connection could not be established, see inner exception. [/tmp/g1pulogo.tty/restore.csproj]
/usr/share/dotnet/sdk/3.1.301/NuGet.targets(128,5): error : The remote certificate is invalid according to the validation procedure. [/tmp/g1pulogo.tty/restore.csproj]
�[91mThe tool package could not be restored.
Tool 'microsoft.dotnet-interactive' failed to install. This failure may have been caused by:
* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET Core tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.
For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool
�[0mRemoving intermediate container cddd4eabb666
The command '/bin/bash -o pipefail -c dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.140401 --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"' returned a non-zero code: 1Built image, launching...
Failed to connect to event stream
Metadata
Metadata
Assignees
Labels
No labels