debify
debify copied to clipboard
Tool for building simple Debian repositories
Running the container as specified results in the following error: `Generating metadata files and linking package files... panic: unable to unxz data.tar.xz from /root/.aptly/pool/23/bf/......exec: "xz": executable file not found in...
It seems that aptly has changed repo key since last build of debify.
These modifications are needed so that the container can be run under different user than root (i.e. docker run -u 1000). This way, debify doesn't create root owned files which...
It seems that newer versions of Debian create packages with xz compression. xz_utils are needed so that debify can handle such packages.
Hey, seems you've updated the keys on gnupg.net but the Dockerfile uses the old ones.