diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2faf7a9..8e8020c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -15,6 +15,7 @@ RUN \ apt-get update && \ apt-get install -y \ libexpat1 \ + libfontconfig1 \ libglib2.0-0 \ libgomp1 \ libharfbuzz0b \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 187807c..2ef8d2d 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -15,6 +15,7 @@ RUN \ apt-get update && \ apt-get install -y \ libexpat1 \ + libfontconfig1 \ libglib2.0-0 \ libgomp1 \ libharfbuzz0b \ diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 3e4b84f..1df0ec3 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -3,7 +3,7 @@ # jenkins variables project_name: docker-ffmpeg external_type: na -custom_version_command: "echo 4.2.1-cli" +custom_version_command: "echo 4.2.2-cli" release_type: stable release_tag: latest ls_branch: master