We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a738a4d + 41dd422 commit a2a416dCopy full SHA for a2a416d
Dockerfile
@@ -9,14 +9,14 @@ RUN apt-get update -y \
9
&& pip3 install -U pip \
10
&& pip3 install \
11
pytype pylint yapf pytest ipython \
12
- xinstall wajig \
+ wajig \
13
&& ln -svf /usr/bin/python3 /usr/bin/python \
14
&& ln -svf /usr/bin/pip3 /usr/bin/pip \
15
&& /scripts/sys/purge_cache.sh
16
17
# pyenv
18
#ENV PYENV_ROOT=/opt/pyenv PATH=/opt/pyenv/bin:$PATH
19
-#RUN xinstall -y pyenv -ic \
+#RUN icon -y pyenv -ic \
20
# && pyenv install 3.7.12 \
21
# && ln -s /opt/pyenv/versions/3.7.*/bin/python /usr/bin/python3.7 \
22
# && /usr/bin/python3.7 -m pip install -U pip \
0 commit comments