[bugfix] fix confliction between snap docker and apt docker.io
This commit is contained in:
parent
d9686024b8
commit
832d98f693
|
@ -7,6 +7,8 @@ DIR=$(readlink -f $(dirname $0))
|
|||
# install docker
|
||||
case "$PM" in
|
||||
apt)
|
||||
# snap docker will intefere native docker.io, must be dealt with
|
||||
sudo snap remove --purge docker
|
||||
sudo apt install -y docker.io docker-compose
|
||||
! which pip3 && $ROOT/python/install.sh
|
||||
sudo pip3 install docker-compose
|
||||
|
|
Loading…
Reference in New Issue
Block a user