forked from home-assistant/core
cleanup
This commit is contained in:
@@ -2,9 +2,6 @@ FROM python:3.8
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
software-properties-common \
|
|
||||||
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
|
|
||||||
&& apt-get update && apt-get install -y --no-install-recommends \
|
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
libavformat-dev \
|
libavformat-dev \
|
||||||
libavcodec-dev \
|
libavcodec-dev \
|
||||||
|
Reference in New Issue
Block a user