Skip to content

Commit a2a416d

Browse files
authored
Merge pull request #29 from legendu-net/dev
Merge dev into main
2 parents a738a4d + 41dd422 commit a2a416d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ RUN apt-get update -y \
99
&& pip3 install -U pip \
1010
&& pip3 install \
1111
pytype pylint yapf pytest ipython \
12-
xinstall wajig \
12+
wajig \
1313
&& ln -svf /usr/bin/python3 /usr/bin/python \
1414
&& ln -svf /usr/bin/pip3 /usr/bin/pip \
1515
&& /scripts/sys/purge_cache.sh
1616

1717
# pyenv
1818
#ENV PYENV_ROOT=/opt/pyenv PATH=/opt/pyenv/bin:$PATH
19-
#RUN xinstall -y pyenv -ic \
19+
#RUN icon -y pyenv -ic \
2020
# && pyenv install 3.7.12 \
2121
# && ln -s /opt/pyenv/versions/3.7.*/bin/python /usr/bin/python3.7 \
2222
# && /usr/bin/python3.7 -m pip install -U pip \

0 commit comments

Comments
 (0)