Skip to content

Commit

Permalink
Remove duplicate demjson3 entry in requirements and optimize Dockerfi…
Browse files Browse the repository at this point in the history
…le (#1231)
  • Loading branch information
biggestsonicfan authored Feb 1, 2023
1 parent e2db421 commit 5d0b370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
RUN apt-get update && apt-get install -y ffmpeg

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

0 comments on commit 5d0b370

Please sign in to comment.