aboutsummaryrefslogtreecommitdiffstats
path: root/core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'core/Dockerfile')
-rw-r--r--core/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index 73d902c..9d1955b 100644
--- a/core/Dockerfile
+++ b/core/Dockerfile
@@ -19,7 +19,8 @@ WORKDIR "$APP_DIR"
RUN git clone --depth=1 "$YT_REPO" --branch "$YT_BRANCH" "$APP_DIR"
RUN git show --oneline --no-patch
-RUN pip install --no-cache-dir --prefix=/install wheel gunicorn
+RUN pip install --upgrade pip && \
+pip install --no-cache-dir --prefix=/install wheel gunicorn
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
COPY 0001.patch "$APP_DIR/0001.patch"