This file contains 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
# Getting https://devtoys.app/ onto Linux | |
# run `docker build --output type=local,dest=. .` | |
# fingers crossed + find your deb in your local path ;-) | |
# you need `libwebkitgtk-6.0-4` on your machine | |
# Read more over here: https://github.com/DevToys-app/Publish | |
# --------------------------------------------------------------------- | |
FROM mcr.microsoft.com/dotnet/sdk:8.0 as base |