Yeuoly 1 年之前
父節點
當前提交
189858c93b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev/dockerfile-arm64-github-actions

+ 1 - 1
dev/dockerfile-arm64-github-actions

@@ -19,7 +19,7 @@ RUN cd /workdir && go mod tidy \
     && bash ./build/build_arm64.sh
 
 # install the necessary Python dependencies
-RUN pip install httpx requests jinja2
+RUN pip install httpx requests jinja2 && pip install --upgrade urllib3 requests
 
 # Link /usr/local/bin/python3 to /usr/bin/python3
 RUN ln -s /usr/local/bin/python3 /usr/bin/python3