Skip to content

Instantly share code, notes, and snippets.

@vimota
Created March 29, 2019 01:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vimota/14bc6349f6cce30bdd022a5e2ef1abbc to your computer and use it in GitHub Desktop.
Save vimota/14bc6349f6cce30bdd022a5e2ef1abbc to your computer and use it in GitHub Desktop.
FROM "codercom/code-server:latest"
RUN apt-get install -y wget
RUN wget -q https://packages.microsoft.com/config/ubuntu/18.10/packages-microsoft-prod.deb
RUN dpkg -i packages-microsoft-prod.deb
RUN apt-get install apt-transport-https
RUN apt-get update
RUN apt-get install -y dotnet-sdk-2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment