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 c4851a5 commit 99dbe89Copy full SHA for 99dbe89
.ddev/ci/scripts/kafka_consumer/linux/32_install_kerberos.sh
@@ -3,7 +3,7 @@
3
set -ex
4
5
sudo apt update
6
-sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget software-properties-common lsb-release gcc make python3 python3-piplibsasl2-modules-gssapi-mit krb5-user python3-dev
+sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget software-properties-common lsb-release gcc make python3 python3-pip libsasl2-modules-gssapi-mit krb5-user python3-dev
7
8
# Install librdkafka from source since no binaries are available for the distribution we use on the CI:
9
git clone https://github.com/confluentinc/librdkafka
0 commit comments