Skip to content

Instantly share code, notes, and snippets.

@kipters
Created December 16, 2020 02:08
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 kipters/16ee54b9104d77150de27bddfaf46e3c to your computer and use it in GitHub Desktop.
Save kipters/16ee54b9104d77150de27bddfaf46e3c to your computer and use it in GitHub Desktop.
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine
# This is needed for Global Tools to work
ENV PATH="${PATH}:/root/.dotnet/tools"
# Install .NET Global Tools
RUN dotnet tool install -g dotnet-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment