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 9abb492 + 7b35e42 commit a738a4dCopy full SHA for a738a4d
Dockerfile
@@ -9,8 +9,7 @@ RUN apt-get update -y \
9
&& pip3 install -U pip \
10
&& pip3 install \
11
pytype pylint yapf pytest ipython \
12
- git+https://github.com/dclong/xinstall@main \
13
- wajig \
+ xinstall wajig \
14
&& ln -svf /usr/bin/python3 /usr/bin/python \
15
&& ln -svf /usr/bin/pip3 /usr/bin/pip \
16
&& /scripts/sys/purge_cache.sh
0 commit comments