|
@@ -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
|