Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile broken #8

Open
floh96 opened this issue Dec 10, 2021 · 0 comments
Open

Dockerfile broken #8

floh96 opened this issue Dec 10, 2021 · 0 comments
Assignees

Comments

@floh96
Copy link

floh96 commented Dec 10, 2021

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
@dfinke dfinke self-assigned this Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants