Skip to content

Commit

Permalink
install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Sep 30, 2023
1 parent 754c1ff commit 783ccf8
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 @@ -4,6 +4,10 @@ WORKDIR /main

COPY . .

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

RUN pip install --no-cache-dir -r requirements.txt

CMD ["python", "bot.py"]

0 comments on commit 783ccf8

Please sign in to comment.