Skip to content

Commit

Permalink
Python 3.8 on CI (home-assistant#34654)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Apr 25, 2020
1 parent e7f8d6b commit 9ca2ad5
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 191 deletions.
9 changes: 6 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Loading

0 comments on commit 9ca2ad5

Please sign in to comment.