diff --git a/Dockerfile b/Dockerfile index e1a6c03719b81538e48bccf4954e763fc7c8fbf9..41c9b67e2374e2b1055fe508237d51d3758d05c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && \ ca-certificates \ coreutils \ libltdl7 \ + libsasl2-2 \ libtcmalloc-minimal4 \ libsasl2-modules-gssapi-mit \ openssl \ diff --git a/build.sh b/build.sh index cb3b89c005b37728fdebdbedcb70dcf7b3c12281..be5cf0cb0a90eb6098ead9543468d3dbd29cf4fb 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,6 @@ function install_cyrus_sasl { CFLAGS="-Wno-cast-function-type -Wno-implicit-function-declaration" make && make install ln -s ${ARTIFACTS}/usr/lib/sasl2 /usr/lib/sasl2 - (cd ${ARTIFACTS}/usr/lib; ln -s libsasl2.so.3.0.0 libsasl2.so.2) } # Install OpenLDAP