Skip to content

Commit 9f551fa

Browse files
committed
Fix: Missing python3-venv
1 parent 294a6ba commit 9f551fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/sasl-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ -f /etc/alpine-release ]; then
8888
else
8989
# Install necessary libraries
9090
apt-get update -y -qq
91-
LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev"
91+
LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev python3-venv"
9292
apt-get install -y --no-install-recommends ${LIBS}
9393

9494
# Run compilation and installation

0 commit comments

Comments
 (0)