add python dependencies
All checks were successful
Build and Publish Debian Package / build (push) Successful in 38s

This commit is contained in:
Marco Realacci 2025-03-15 03:16:12 +01:00
parent 3201ac7be6
commit 7e7dd05276

View file

@ -58,7 +58,9 @@ jobs:
# The -s dir option tells FPM the source is a directory.
# The -t deb option builds a deb package.
# -n is the package name and -v the version.
fpm -s dir -t deb -n magicfw-docker -v $VERSION -C package .
fpm -s dir -t deb -n magicfw-docker -v $VERSION -C package \
-d "python3" \
-d "python3-docker"
- name: Upload to Forgejo Debian Registry
env: