/ubuntu-with-dotnet-packages

Dockerfile which build docker image with ubuntu and packages for dotnet environment

Primary LanguageDockerfileMIT LicenseMIT

Ubuntu 18.04 with dotnet packages

Dockerfile which build docker image with ubuntu 18.04 and packages for dotnet environment. You can build image by yourself or use image from dockerhub.

Packages inside image

  • wget
  • apt-transport-https
  • dotnet-sdk-2.2
  • curl
  • nuget
  • mono-devel

Build status: CircleCI

License

This project is licensed under the MIT License - see the LICENSE.md file for details