Skip to content

Commit

Permalink
Update Dockerfile (#1230)
Browse files Browse the repository at this point in the history
* Update Dockerfile for ffmpeg

* Update requeiments.txt
  • Loading branch information
DenDen047 authored Feb 1, 2023
1 parent a6c278c commit e2db421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:3.11

COPY requirements.txt requirements.txt

RUN pip install -r requirements.txt

RUN apt-get update
RUN apt-get install -y ffmpeg

WORKDIR /workdir
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ PySocks>=1.7.1
colorama>=0.4.4
cloudscraper>=1.2.58
# pyexiv2>=2.7.0 # Required for writeImageXMP.
demjson3

0 comments on commit e2db421

Please sign in to comment.