mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-17 19:53:56 +02:00
* Fix building process for picard 2.10 Since 2.8.5 (last published image), python3.7 became required which in turn required using a more modern ubuntu base. 22.04 was choosen in light of "newer is better for audio tools" and since it removes the need to use a secondary ppa. The rest of the changes are either correcting package names that have changed, or correcting for a file having moved in a repository. Signed-off-by: Brian Harring <ferringb@gmail.com> * Use explicit registry host to make podman building easier Signed-off-by: Brian Harring <ferringb@gmail.com> * Update deploy.yml Add manual * change image for final * add libhangul to hopefully fix #77 * fix pipes * more specific golang version * linting DL3047 * update ca certs --------- Signed-off-by: Brian Harring <ferringb@gmail.com> Co-authored-by: Blair <criticalimpact@gmail.com> Co-authored-by: Mike Nye <mike.nye@gmail.com>