mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
Add libjemalloc as runtime dep
This commit is contained in:
parent
94e0e6d231
commit
a73edc70d6
15 changed files with 8 additions and 2 deletions
|
|
@ -25,9 +25,11 @@ RUN \
|
|||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
at \
|
||||
jellyfin=${JELLYFIN_RELEASE} \
|
||||
libjemalloc2 \
|
||||
mesa-va-drivers \
|
||||
xmlstarlet && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
jellyfin=${JELLYFIN_RELEASE} && \
|
||||
echo "**** cleanup ****" && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue