Skip to content

Commit

Permalink
Update guessit dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
robinp7720 committed Nov 7, 2023
1 parent 5b119b8 commit 8afa7fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM node:20
WORKDIR /build
RUN apt update
RUN apt install ffmpeg libavahi-compat-libdnssd-dev python3-pip -y
RUN pip3 install guessit
RUN apt install ffmpeg libavahi-compat-libdnssd-dev python3 python3-guessit -y
COPY . .
RUN npm install --legacy-peer-deps
RUN npm i sqlite3
Expand Down

0 comments on commit 8afa7fe

Please sign in to comment.