Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade base image from Debian Bullseye (oldstable) to Bookworm (stable)
Avail ourselves of newer (though still not _new_ ;) software, in particular the SQLite CLI. The use of Bullseye's version number, 11, instead of its name in the builder-build-platform image tripped me up at first, so I've switched it over to Bookworm's name instead of number (12). The cross-compilation of vcftools targeting arm64/aarch64 on amd64 requires pkg-config installed for the target platform with xx-apt-get. Without it, the vcftool's configure script can't find zlib since its using the build platform's pkg-config and zlib is not installed for the build platform. I'm not sure why this worked previously but not now.
- Loading branch information