mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	pull the lastest iHD driver from Intel repository
This commit is contained in:
		| @@ -19,6 +19,8 @@ RUN \ | |||||||
|  echo "**** install jellyfin *****" && \ |  echo "**** install jellyfin *****" && \ | ||||||
|  curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \ |  curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \ | ||||||
|  echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && \ |  echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && \ | ||||||
|  |  curl -s https://repositories.intel.com/graphics/intel-graphics.key | apt-key add - && \ | ||||||
|  |  echo 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main' > /etc/apt/sources.list.d/intel-graphics.list && \ | ||||||
|  if [ -z ${JELLYFIN_RELEASE+x} ]; then \ |  if [ -z ${JELLYFIN_RELEASE+x} ]; then \ | ||||||
|         JELLYFIN="jellyfin"; \ |         JELLYFIN="jellyfin"; \ | ||||||
|  else \ |  else \ | ||||||
| @@ -27,7 +29,6 @@ RUN \ | |||||||
|  apt-get update && \ |  apt-get update && \ | ||||||
|  apt-get install -y --no-install-recommends \ |  apt-get install -y --no-install-recommends \ | ||||||
| 	at \ | 	at \ | ||||||
| 	i965-va-driver \ |  | ||||||
| 	intel-media-va-driver-non-free \ | 	intel-media-va-driver-non-free \ | ||||||
| 	${JELLYFIN} \ | 	${JELLYFIN} \ | ||||||
| 	libfontconfig1 \ | 	libfontconfig1 \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user