KASM-5419 Use nonfree ffmpeg packages for opensuse so we have libx264

This commit is contained in:
Ian Tangney 2024-01-10 19:35:34 +00:00
parent 5dc27023a5
commit 445d4da213
No known key found for this signature in database

View File

@ -6,6 +6,10 @@ if [[ "${DISTRO}" == "alpine" ]]; then
apk add --no-cache \ apk add --no-cache \
runuser \ runuser \
xhost xhost
elif [ "${DISTRO}" == "opensuse" ]; then
zypper ar -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/' packman
zypper -n --gpg-auto-import-keys dup --from packman --allow-vendor-change
zypper install -ny xhost
fi fi
COMMIT_ID="75cf09992503e77a94b5f5c4deba7fc1daad4f5a" COMMIT_ID="75cf09992503e77a94b5f5c4deba7fc1daad4f5a"