Skip to content

Instantly share code, notes, and snippets.

View daniel-ciaglia's full-sized avatar

Daniel Ciaglia daniel-ciaglia

View GitHub Profile
@daniel-ciaglia
daniel-ciaglia / Dockerfile
Last active May 3, 2024 09:38
Build DevToys for Debian inside docker
# 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