mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
add amd drivers
This commit is contained in:
parent
b6ad541199
commit
5ed8cb0f46
3 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ RUN \
|
|||
jellyfin-ffmpeg \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libssl1.0.0 && \
|
||||
libssl1.0.0 \
|
||||
mesa-va-drivers && \
|
||||
echo "**** install jellyfin *****" && \
|
||||
if [ -z ${JELLYFIN_RELEASE+x} ]; then \
|
||||
JELLYFIN_RELEASE=$(curl -sX GET "https://api.github.com/repos/jellyfin/jellyfin/releases/latest" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue