Last active
September 22, 2017 05:00
-
-
Save a2f0/a0fd9074ca044c9b484524c97d21350b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get install curl libunwind8 gettext apt-transport-https -y | |
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg | |
mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg | |
sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-jessie-prod jessie main" > /etc/apt/sources.list.d/dotnetdev.list' | |
apt-get update | |
== | |
root@14f8f81f71e2:/# apt-cache search dotnet | |
libgtk-dotnet3.0-cil - GTK.NET library | |
libgtk-dotnet3.0-cil-dev - GTK.NET library - development files | |
dotnet-host - Microsoft .NET Core Host - 2.0.0 | |
dotnet-hostfxr-2.0.0 - Microsoft .NET Core Host FX Resolver - 2.0.0 2.0.0 | |
dotnet-runtime-2.0.0 - Microsoft .NET Core Runtime - 2.0.0 Microsoft.NETCore.App 2.0.0 | |
dotnet-sdk-2.0.0 - Microsoft .NET Core SDK - 2.0.0 | |
root@14f8f81f71e2:/# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment