ishworrsubedii commited on
Commit
8e908fb
·
1 Parent(s): 17c0bc1

update: dockerfile ffmpeg issue

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -2,9 +2,6 @@ FROM python:3.9
2
 
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y \
5
- software-properties-common \
6
- && add-apt-repository ppa:mc3man/trusty-media \
7
- && apt-get update && apt-get install -y \
8
  ffmpeg \
9
  imagemagick \
10
  && rm -rf /var/lib/apt/lists/*
 
2
 
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y \
 
 
 
5
  ffmpeg \
6
  imagemagick \
7
  && rm -rf /var/lib/apt/lists/*