mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix dockerfile
This commit is contained in:
parent
cc14dfa31c
commit
2cae17deb7
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.8
|
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 \
|
software-properties-common \
|
||||||
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
|
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
|
||||||
&& apt-get update && apt-get install -y --no-install-recommends \
|
&& apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user