| KIWI 10.3.0 |
| ARG JELLYFIN_VERSION=10.11.8 |
| RUN |1 JELLYFIN_VERSION=10.11.8 /bin/sh -c dnf -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && dnf -y config-manager setopt fedora-cisco-openh264.enabled=1 # buildkit |
| RUN |1 JELLYFIN_VERSION=10.11.8 /bin/sh -c dnf -y update && dnf -y install libdrm harfbuzz fribidi libplacebo libass libva zimg ocl-icd libvpl libopenmpt libchromaprint libbluray x264 x265 gmp gnutls libdav1d libdrm fdk-aac libvpl lame libopenmpt opus svt-av1 libtheora libvpx libwebp zimg zvbi libxml2 && dnf clean all # buildkit |
| WORKDIR /app |
| ADD https://repo.jellyfin.org/files/server/linux/latest-stable/amd64/jellyfin_10.11.8-amd64.tar.gz /tmp # buildkit |
| RUN |1 JELLYFIN_VERSION=10.11.8 /bin/sh -c tar xf "/tmp/jellyfin_${JELLYFIN_VERSION}-amd64.tar.gz" -C "/app" && rm "/tmp/jellyfin_${JELLYFIN_VERSION}-amd64.tar.gz" # buildkit |
| COPY /app/ffmpeg /app/ffmpeg # buildkit |