fix: use python3 zipfile instead of zip binary #6
Reference in New Issue
Block a user
Delete Branch "benvin/fix-zip-packaging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The almalinux9-gobuilder image doesn't have the
zipbinary anddnf installfails in CI (epel repo unreliable). Replaceszipwithpython3 -c "import zipfile, ..."which is always available in the image.zip→python3 zipfileone-linerapt-get install -y zip(wrong package manager for RHEL, and no longer needed)