Skip to content

Commit

Permalink
Merge pull request #220 from benniblot/main
Browse files Browse the repository at this point in the history
Add ffmpeg to docker image
  • Loading branch information
C0D3D3V authored Jul 2, 2024
2 parents 3eca1be + a445d48 commit e5aa59f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ WORKDIR /md

RUN pip3 install .

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

ENTRYPOINT ["moodle-dl", "--path", "/files"]

0 comments on commit e5aa59f

Please sign in to comment.