Skip to content

Commit

Permalink
Merge pull request #133 from AvikaTrivedi/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile [#133]
  • Loading branch information
kalanakt authored Apr 28, 2024
2 parents c39d45d + 0247bca commit 03e6ca0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM python:3.10.6-slim-buster
FROM python:3.9

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

WORKDIR .
COPY . .

RUN pip3 install -r requirements.txt

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

0 comments on commit 03e6ca0

Please sign in to comment.