reduced installed package for apt
This commit is contained in:
parent
e92aba8dc8
commit
399f3b9b89
@ -9,8 +9,6 @@ install_docker() {
|
||||
if command -v apt &> /dev/null; then
|
||||
# Debian/Ubuntu
|
||||
sudo apt update
|
||||
sudo apt install -y curl apt-transport-https ca-certificates software-properties-common
|
||||
sudo apt update
|
||||
sudo apt install -y docker docker-compose
|
||||
sudo usermod -aG docker $USER
|
||||
elif command -v dnf &> /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user