mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	No install recommends
This commit is contained in:
		| @@ -25,12 +25,12 @@ RUN \ | |||||||
|     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}'); \ |     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}'); \ | ||||||
|   fi && \ |   fi && \ | ||||||
|   apt-get update && \ |   apt-get update && \ | ||||||
|   apt-get install -y \ |   apt-get install -y --no-install-recommends \ | ||||||
|     at \ |     at \ | ||||||
|     libjemalloc2 \ |     libjemalloc2 \ | ||||||
|     mesa-va-drivers \ |     mesa-va-drivers \ | ||||||
|     xmlstarlet && \ |     xmlstarlet && \ | ||||||
|   apt-get install -y \ |   apt-get install -y --no-install-recommends \ | ||||||
|     jellyfin=${JELLYFIN_RELEASE} && \ |     jellyfin=${JELLYFIN_RELEASE} && \ | ||||||
|   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ |   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ | ||||||
|   echo "**** cleanup ****" && \ |   echo "**** cleanup ****" && \ | ||||||
|   | |||||||
| @@ -25,14 +25,14 @@ RUN \ | |||||||
|     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}'); \ |     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}'); \ | ||||||
|   fi && \ |   fi && \ | ||||||
|   apt-get update && \ |   apt-get update && \ | ||||||
|   apt-get install -y \ |   apt-get install -y --no-install-recommends \ | ||||||
|     at \ |     at \ | ||||||
|     libjemalloc2 \ |     libjemalloc2 \ | ||||||
|     libomxil-bellagio0 \ |     libomxil-bellagio0 \ | ||||||
|     libomxil-bellagio-bin \ |     libomxil-bellagio-bin \ | ||||||
|     libraspberrypi0 \ |     libraspberrypi0 \ | ||||||
|     xmlstarlet && \ |     xmlstarlet && \ | ||||||
|   apt-get install -y \ |   apt-get install -y --no-install-recommends \ | ||||||
|     jellyfin=${JELLYFIN_RELEASE} && \ |     jellyfin=${JELLYFIN_RELEASE} && \ | ||||||
|   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ |   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ | ||||||
|   echo "**** cleanup ****" && \ |   echo "**** cleanup ****" && \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user