Initial
This commit is contained in:
21
Dockerfile2
Normal file
21
Dockerfile2
Normal file
@@ -0,0 +1,21 @@
|
||||
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 ""
|
||||
Reference in New Issue
Block a user