mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 08:01:30 +03:00
Fixed minor syntax error in Dockerfile
This commit is contained in:
@@ -54,7 +54,7 @@ RUN apt update && \
|
|||||||
apt install -y --no-install-recommends python3-minimal python-is-python3 python3-pip && \
|
apt install -y --no-install-recommends python3-minimal python-is-python3 python3-pip && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip install PyGithub, requests
|
RUN pip install PyGithub requests
|
||||||
RUN python GetTwitchDownloader.py
|
RUN python GetTwitchDownloader.py
|
||||||
|
|
||||||
# Final image
|
# Final image
|
||||||
|
|||||||
Reference in New Issue
Block a user