mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Install libdrm2 for GPU OpenCL dependencies in the combined image (#139)
This commit is contained in:
@@ -170,6 +170,7 @@ RUN apt-get update \
|
|||||||
libfontconfig1 \
|
libfontconfig1 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
libjemalloc2 \
|
libjemalloc2 \
|
||||||
|
libdrm2 \
|
||||||
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen \
|
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen \
|
||||||
&& apt-get remove gnupg apt-transport-https --yes \
|
&& apt-get remove gnupg apt-transport-https --yes \
|
||||||
&& apt-get clean autoclean --yes \
|
&& apt-get clean autoclean --yes \
|
||||||
|
|||||||
Reference in New Issue
Block a user