Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedfurkan committed Oct 16, 2023
1 parent 882b477 commit edce017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update \
&& find / -name '*.pyc' -delete \
&& find / -name '*__pycache__*' -delete
RUN pip3 install -U psycopg2-binary
RUN python3 -m pip install -U yt-dlp
RUN cd /
RUN git clone https://github.com/muhammedfurkan/TelethonUserBot.git
RUN cd TelethonUserBot
Expand Down

0 comments on commit edce017

Please sign in to comment.