Browse Source

Update 'nodejs/.ide/Dockerfile-Allinone'

天问 1 year ago
parent
commit
862983b0ff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      nodejs/.ide/Dockerfile-Allinone

+ 3 - 0
nodejs/.ide/Dockerfile-Allinone

@@ -29,6 +29,9 @@ RUN echo '\n\
     index-url=https://mirrors.aliyun.com/pypi/simple/ \n\
     ' > ~/.pip/pip.conf
 
+RUN wget http://fileshare.yoqi.me/d/DevFiles/Develop/Python/get-pip.py?sign=17C5fjx9l5VpBJ6FCHonje5nEEkylSINsPlKsASVkRc=:1702263152 -O get-pip.py
+RUN python3 get-pip.py
+
 # install go1.21
 RUN wget https://go.dev/dl/go1.21.4.linux-amd64.tar.gz && \
     tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz