mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Adding OpenSSL library
Depending on configuration the docker container may need OpenSSL to support https access
This commit is contained in:
		
							parent
							
								
									26ce62d318
								
							
						
					
					
						commit
						b1e65c6cd4
					
				@ -29,7 +29,7 @@ COPY --from=web-builder /dist /jellyfin/jellyfin-web
 | 
				
			|||||||
#   mesa-va-drivers: needed for VAAPI
 | 
					#   mesa-va-drivers: needed for VAAPI
 | 
				
			||||||
RUN apt-get update \
 | 
					RUN apt-get update \
 | 
				
			||||||
 && apt-get install --no-install-recommends --no-install-suggests -y \
 | 
					 && apt-get install --no-install-recommends --no-install-suggests -y \
 | 
				
			||||||
   libfontconfig1 libgomp1 libva-drm2 mesa-va-drivers \
 | 
					   libfontconfig1 libgomp1 libva-drm2 mesa-va-drivers openssl \
 | 
				
			||||||
 && apt-get clean autoclean \
 | 
					 && apt-get clean autoclean \
 | 
				
			||||||
 && apt-get autoremove \
 | 
					 && apt-get autoremove \
 | 
				
			||||||
 && rm -rf /var/lib/apt/lists/* \
 | 
					 && rm -rf /var/lib/apt/lists/* \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user