Skip to content

Commit

Permalink
force yes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Oct 3, 2019
1 parent 2bf45d5 commit d05d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-datastax-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ! -f /usr/bin/docker ]; then
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get install -y software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
Expand Down

0 comments on commit d05d146

Please sign in to comment.