Adding pysocks (just for proxy connections)

This commit is contained in:
Alfonso E.M 2022-07-10 14:55:15 +02:00
parent 6c2eb6585d
commit 3759d4f2b2

View file

@ -1,6 +1,6 @@
FROM python:3.10.5 AS compile-image
RUN pip install --no-cache-dir telethon cryptg==0.2
RUN pip install --no-cache-dir telethon cryptg==0.2 pysocks
FROM python:3.10.5-slim AS run-image