We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294a6ba commit 9f551faCopy full SHA for 9f551fa
build-scripts/sasl-build.sh
@@ -88,7 +88,7 @@ if [ -f /etc/alpine-release ]; then
88
else
89
# Install necessary libraries
90
apt-get update -y -qq
91
- LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev"
+ LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev python3-venv"
92
apt-get install -y --no-install-recommends ${LIBS}
93
94
# Run compilation and installation
0 commit comments