Update Dockerfile

pull/165/head
andronedev 3 years ago committed by GitHub
parent 9c6c16a5d8
commit 49de46dd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
# tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142 # tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142
RUN sed -i 's/re.compile(r"^\\w+\\W")/re.compile(r"^\\$*\\w+\\W")/' /usr/local/lib/python3.8/dist-packages/pytube/cipher.py # (NOTE : This is no longer useful since pytube was removed from the dependencies)
# RUN sed -i 's/re.compile(r"^\\w+\\W")/re.compile(r"^\\$*\\w+\\W")/' /usr/local/lib/python3.8/dist-packages/pytube/cipher.py
CMD ["python3", "main.py"] CMD ["python3", "main.py"]
Loading…
Cancel
Save