Revert "Revert "rebase plex to jammy, update to s6v3, remove opencl drivers""

This commit is contained in:
Eric Nemchik 2022-10-19 10:17:56 -05:00 committed by GitHub
parent 68208c6464
commit c1cded9030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 32 additions and 23 deletions

View file

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
# set version label
ARG BUILD_DATE
@ -22,18 +22,10 @@ ENV DEBIAN_FRONTEND="noninteractive" \
PLEX_MEDIA_SERVER_INFO_DEVICE="Docker Container (LinuxServer.io)"
RUN \
echo "**** add Intel repo ****" && \
curl -sL https://repositories.intel.com/graphics/intel-graphics.key | apt-key add - && \
echo 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main' > /etc/apt/sources.list.d/intel.list && \
echo "**** install runtime packages ****" && \
apt-get update && \
apt-get install -y \
jq \
intel-igc-cm=1.0.128+i699.3~u20.04 \
intel-opencl-icd=21.49.21786+i643~u20.04 \
libigc1=1.0.10409+i699.3~u20.04 \
libigdfcl1=1.0.10409+i699.3~u20.04 \
libigdgmm11=21.3.3+i643~u20.04 \
udev \
unrar \
wget && \