We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f8d6b commit 9ca2ad5Copy full SHA for 9ca2ad5
Dockerfile.dev
@@ -1,7 +1,10 @@
1
-FROM python:3.7
+FROM python:3.8
2
3
-RUN apt-get update \
4
- && apt-get install -y --no-install-recommends \
+RUN \
+ && apt-get update && apt-get install -y --no-install-recommends \
5
+ software-properties-common \
6
+ && add-apt-repository ppa:jonathonf/ffmpeg-4 \
7
8
libudev-dev \
9
libavformat-dev \
10
libavcodec-dev \
0 commit comments