File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ RUN \
2525 JELLYFIN_RELEASE=$(curl -sX GET https://repo.jellyfin.org/ubuntu/dists/noble/unstable/binary-amd64/Packages |grep -A 7 -m 1 'Package: jellyfin-server' | awk -F ': ' '/Version/{print $2;exit}' ); \
2626 fi && \
2727 apt-get update && \
28- apt-get install -y \
28+ apt-get install -y --no-install-recommends \
2929 at \
3030 libjemalloc2 \
3131 mesa-va-drivers \
3232 xmlstarlet && \
33- apt-get install -y \
33+ apt-get install -y --no-install-recommends \
3434 jellyfin=${JELLYFIN_RELEASE} && \
3535 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
3636 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ RUN \
2525 JELLYFIN_RELEASE=$(curl -sX GET https://repo.jellyfin.org/ubuntu/dists/noble/unstable/binary-amd64/Packages |grep -A 7 -m 1 'Package: jellyfin-server' | awk -F ': ' '/Version/{print $2;exit}'); \
2626 fi && \
2727 apt-get update && \
28- apt-get install -y \
28+ apt-get install -y --no-install-recommends \
2929 at \
3030 libjemalloc2 \
3131 libomxil-bellagio0 \
3232 libomxil-bellagio-bin \
3333 libraspberrypi0 \
3434 xmlstarlet && \
35- apt-get install -y \
35+ apt-get install -y --no-install-recommends \
3636 jellyfin=${JELLYFIN_RELEASE} && \
3737 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
3838 echo "**** cleanup ****" && \
You can’t perform that action at this time.
0 commit comments