KASM-6697 Add misisng libsasly2-modules package to fix issues with squid proxy on kali and tracelabs

This commit is contained in:
Ian Tangney 2024-11-14 18:39:03 +00:00
parent 6eb404cdca
commit c8c1a0fa34
No known key found for this signature in database

View File

@ -89,7 +89,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
elif [[ "${DISTRO}" == "alpine" ]]; then elif [[ "${DISTRO}" == "alpine" ]]; then
apk add --no-cache memcached cyrus-sasl iproute2 libatomic apk add --no-cache memcached cyrus-sasl iproute2 libatomic
else else
apt-get install -y memcached sasl2-bin iproute2 apt-get install -y memcached sasl2-bin libsasl2-modules iproute2
fi fi
# Enable SASL in the memchache config # Enable SASL in the memchache config