Fixed minor syntax error in Dockerfile

pull/872/head
Tzahi12345 2 years ago
parent c81bf980ca
commit 24d8072eb5

@ -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

Loading…
Cancel
Save