Files
ulozto_downloader/Dockerfile2
2022-12-05 18:48:26 +01:00

21 lines
409 B
Plaintext

FROM ubuntu:20.04
ENV TERM linux
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y python3-pip tor
RUN pip3 install --upgrade ulozto-downloader[auto-captcha]
RUN cd /opt/
RUN mkdir /path/
#CMD ["python3", "/opt/api.py"]
WORKDIR /opt/
CMD ["/bin/bash"]
#ENTRYPOINT ["python3", /opt/api.py"]
#CMD ["/bin/bash"]
# cd /path/
# ulozto-downloader --parts 15 ""