Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt authored Apr 28, 2024
1 parent 25271bc commit 72c25b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM python:3.9

Check notice on line 2 in Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

Dockerfile#L2

Delete the apt-get lists after installing something (DL3009)
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install ffmpeg -y

WORKDIR .
COPY . .
RUN pip3 install setuptools
RUN pip3 install --no-cache-dir TgCrypto

RUN pip3 install -r requirements.txt

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

0 comments on commit 72c25b4

Please sign in to comment.