mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	switch base image back to ubuntu:18.04
This commit is contained in:
		
							parent
							
								
									6ecf87fc60
								
							
						
					
					
						commit
						0dd4087d5d
					
				@ -1,4 +1,4 @@
 | 
			
		||||
FROM debian:stretch-slim
 | 
			
		||||
FROM ubuntu:18.04
 | 
			
		||||
LABEL maintainer "blakeb@blakeshome.com"
 | 
			
		||||
 | 
			
		||||
ENV DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
@ -16,7 +16,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
 | 
			
		||||
    # pillow-simd
 | 
			
		||||
    # zlib1g-dev libjpeg-dev \
 | 
			
		||||
    # VAAPI drivers for Intel hardware accel
 | 
			
		||||
    i965-va-driver vainfo \
 | 
			
		||||
    libva-drm2 libva2 i965-va-driver vainfo \
 | 
			
		||||
    && echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list \
 | 
			
		||||
    && wget -q -O - https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
 | 
			
		||||
    && apt -qq update \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user