mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 15:03:14 +01:00
KASM-6697 Add misisng libsasly2-modules package to fix issues with squid proxy on kali and tracelabs
This commit is contained in:
parent
6eb404cdca
commit
c8c1a0fa34
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user