Skip to content

Commit d05d146

Browse files
committed
force yes
1 parent 2bf45d5 commit d05d146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-datastax-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ ! -f /usr/bin/docker ]; then
44
export DEBIAN_FRONTEND=noninteractive
55
sudo apt-get update
6-
sudo apt-get install software-properties-common
6+
sudo apt-get install -y software-properties-common
77
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
88
sudo add-apt-repository \
99
"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

0 commit comments

Comments
 (0)