mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 15:03:14 +01:00
Merge branch 'bugfix/KASM-6697_fix_squid_kali_tracelabs_1_16_1' into 'release/1.16.1'
KASM-6697 Add misisng libsasly2-modules package to fix issues with squid proxy... See merge request kasm-technologies/internal/workspaces-core-images!242
This commit is contained in:
commit
2a398b8c65
@ -89,7 +89,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
|
||||
elif [[ "${DISTRO}" == "alpine" ]]; then
|
||||
apk add --no-cache memcached cyrus-sasl iproute2 libatomic
|
||||
else
|
||||
apt-get install -y memcached sasl2-bin iproute2
|
||||
apt-get install -y memcached sasl2-bin libsasl2-modules iproute2
|
||||
fi
|
||||
|
||||
# Enable SASL in the memchache config
|
||||
|
Loading…
Reference in New Issue
Block a user