From 24d8072eb52fe804be0f2feb8e36a9caa5633fb8 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Thu, 20 Apr 2023 21:47:20 -0400 Subject: [PATCH] Fixed minor syntax error in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fdce92..0228176 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN apt update && \ apt install -y --no-install-recommends python3-minimal python-is-python3 python3-pip && \ apt clean && \ rm -rf /var/lib/apt/lists/* -RUN pip install PyGithub, requests +RUN pip install PyGithub requests RUN python GetTwitchDownloader.py # Final image