We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36201a5 commit 727c1c4Copy full SHA for 727c1c4
1 file changed
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
@@ -125,8 +125,8 @@ usermod --append --groups docker $USER
125
apt-get install -q -y python3
126
apt-get install -q -y python3-pip
127
apt-get install -y libkrb5-dev
128
-apt-get install libsqlite3-dev
129
-apt-get install unixodbc-dev
+apt-get install -y libsqlite3-dev
+apt-get install -y unixodbc-dev
130
131
pip3 install requests --upgrade
132
0 commit comments