Skip to content

Commit

Permalink
Remove additional packages before docker engine installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JonSmet committed Aug 2, 2023
1 parent 131237b commit 228982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineering_tools/install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi

# Compiled from https://docs.docker.com/install/linux/docker-ce/ubuntu/

sudo apt-get remove docker docker-engine docker.io
sudo apt-get remove docker docker-engine docker.io docker-doc docker-compose podman-docker
sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Expand Down

0 comments on commit 228982f

Please sign in to comment.