- Docker: https://docs.docker.com/install/
cp .env.example .envand adjust.envto your needs- Run
docker run --rm -it -v "$(pwd):/data" debian:bullseye /data/build.sh - Find the packages inside the
vendordirectory
See the respective branches for older Debian releases
See .gitlab-ci.yml for integration with GitLab CI