upgrade pip
This commit is contained in:
@@ -19,7 +19,8 @@ WORKDIR "$APP_DIR"
|
|||||||
|
|
||||||
RUN git clone --depth=1 "$YT_REPO" --branch "$YT_BRANCH" "$APP_DIR"
|
RUN git clone --depth=1 "$YT_REPO" --branch "$YT_BRANCH" "$APP_DIR"
|
||||||
RUN git show --oneline --no-patch
|
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
|
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
|
||||||
|
|
||||||
COPY 0001.patch "$APP_DIR/0001.patch"
|
COPY 0001.patch "$APP_DIR/0001.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user