Yeuoly 1 year ago
parent
commit
189858c93b
1 changed files with 1 additions and 1 deletions
  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