mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Python 3.8 on CI (#34654)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
FROM python:3.7
|
||||
FROM python:3.8
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
RUN \
|
||||
&& 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 \
|
||||
libavformat-dev \
|
||||
libavcodec-dev \
|
||||
|
Reference in New Issue
Block a user