From f6021c81572b9a292ba76786ad8aac5aadf756b7 Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 19 Aug 2024 23:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=86=85=E7=BD=AE=20Python?= =?UTF-8?q?=20requests=20=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/310.Dockerfile | 3 ++- docker/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/310.Dockerfile b/docker/310.Dockerfile index dc1ac353..c180a5ab 100644 --- a/docker/310.Dockerfile +++ b/docker/310.Dockerfile @@ -59,7 +59,8 @@ RUN set -x \ && rm -rf /root/.pnpm-store \ && rm -rf /root/.local/share/pnpm/store \ && rm -rf /root/.cache \ - && ulimit -c 0 + && ulimit -c 0 \ + && pip3 install requests ARG SOURCE_COMMIT RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \ diff --git a/docker/Dockerfile b/docker/Dockerfile index a4318d18..3d719e37 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -59,7 +59,8 @@ RUN set -x \ && rm -rf /root/.pnpm-store \ && rm -rf /root/.local/share/pnpm/store \ && rm -rf /root/.cache \ - && ulimit -c 0 + && ulimit -c 0 \ + && pip3 install requests ARG SOURCE_COMMIT RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \