From cb237251a593901e27e30aa8c311ae480e5c21e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 19 Nov 2022 04:25:51 +0800 Subject: upgrade pip --- core/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3