Skip to content

Commit 9ca2ad5

Browse files
authored
Python 3.8 on CI (#34654)
1 parent e7f8d6b commit 9ca2ad5

File tree

2 files changed

+197
-191
lines changed

2 files changed

+197
-191
lines changed

Dockerfile.dev

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
FROM python:3.7
1+
FROM python:3.8
22

3-
RUN apt-get update \
4-
&& apt-get install -y --no-install-recommends \
3+
RUN \
4+
&& apt-get update && apt-get install -y --no-install-recommends \
5+
software-properties-common \
6+
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
7+
&& apt-get update && apt-get install -y --no-install-recommends \
58
libudev-dev \
69
libavformat-dev \
710
libavcodec-dev \

0 commit comments

Comments
 (0)