File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && \
1919 apt-get install -y aptitude &&\
2020 aptitude -y install gcc make zlib1g-dev libffi-dev libssl-dev &&\
2121 mkdir -p test && cd test &&\
22- wget http://npmmirror.com/mirrors/python/3.6.5 /Python-3.6.5 .tgz &&\
23- tar -xvf Python-3.6.5 .tgz &&\
24- chmod -R +x Python-3.6.5 &&\
25- cd Python-3.6.5 / &&\
22+ wget http://npmmirror.com/mirrors/python/3.8.10 /Python-3.8.10 .tgz &&\
23+ tar -xvf Python-3.8.10 .tgz &&\
24+ chmod -R +x Python-3.8.10 &&\
25+ cd Python-3.8.10 / &&\
2626 ./configure &&\
2727 aptitude -y install libffi-dev libssl-dev &&\
2828 make && make install &&\
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo "$(id -u):$(id -g)"
55
66arch=$( node " $root_dir /tools/parse-config.js" --get-arch $@ )
77
8- image=" msojocs/wechat-devtools-build:v1.0.5 "
8+ image=" msojocs/wechat-devtools-build:v1.0.6 "
99if [ " $arch " == " loong64" ]; then
1010 image=" msojocs/wechat-devtools-build:loong64-v1.0.0"
1111fi
You can’t perform that action at this time.
0 commit comments