Skip to content

Commit

Permalink
Fix +x flag in setup.sh
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
OlivierGaland committed Jan 2, 2022
1 parent 3bbd004 commit f5576ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apt-get update
apt-get -y install ca-certificates curl gnupg lsb-release git
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get update
apt-get -y install docker-ce docker-ce-cli containerd.io
systemctl enable docker.service
apt-get -y install docker-compose

0 comments on commit f5576ba

Please sign in to comment.