Skip to content

Instantly share code, notes, and snippets.

@kaczmarj
Created January 13, 2022 17:41
Show Gist options
  • Save kaczmarj/60427cbad110c5eaa308b91de4f0ee12 to your computer and use it in GitHub Desktop.
Save kaczmarj/60427cbad110c5eaa308b91de4f0ee12 to your computer and use it in GitHub Desktop.
Singularity recipe for Inkscape on Debian
BootStrap: docker
From: debian:bookworm-slim
%post
apt update -qq
apt install --yes inkscape
rm -rf /var/lib/apt/lists/*
%runscript
inkscape "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment