We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf45d5 commit d05d146Copy full SHA for d05d146
docker-datastax-release.sh
@@ -3,7 +3,7 @@
3
if [ ! -f /usr/bin/docker ]; then
4
export DEBIAN_FRONTEND=noninteractive
5
sudo apt-get update
6
- sudo apt-get install software-properties-common
+ sudo apt-get install -y software-properties-common
7
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
8
sudo add-apt-repository \
9
"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
0 commit comments