Skip to content

Commit a738a4d

Browse files
authored
Merge pull request #28 from legendu-net/dev
Merge dev into main
2 parents 9abb492 + 7b35e42 commit a738a4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN apt-get update -y \
99
&& pip3 install -U pip \
1010
&& pip3 install \
1111
pytype pylint yapf pytest ipython \
12-
git+https://github.com/dclong/xinstall@main \
13-
wajig \
12+
xinstall wajig \
1413
&& ln -svf /usr/bin/python3 /usr/bin/python \
1514
&& ln -svf /usr/bin/pip3 /usr/bin/pip \
1615
&& /scripts/sys/purge_cache.sh

0 commit comments

Comments
 (0)