mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-22 07:23:09 +01:00
KASM-5419 Use nonfree ffmpeg packages for opensuse so we have libx264
This commit is contained in:
parent
5dc27023a5
commit
445d4da213
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user