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