Skip to content

Instantly share code, notes, and snippets.

@musukvl
Created July 21, 2020 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musukvl/9b8b4bff5abcadbb1c375143d2c48c57 to your computer and use it in GitHub Desktop.
Save musukvl/9b8b4bff5abcadbb1c375143d2c48c57 to your computer and use it in GitHub Desktop.
Debug Dockerfile
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
RUN apt-get update
RUN apt-get install mc -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment