Created
March 29, 2019 01:49
-
-
Save vimota/14bc6349f6cce30bdd022a5e2ef1abbc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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