We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ac2e8 commit 71f3435Copy full SHA for 71f3435
web/docker/Dockerfile
@@ -67,6 +67,7 @@ RUN set -x && apt-get update -qq \
67
68
RUN if [ "$INSTALL_AUTH" = "yes" ] ; then \
69
apt-get install -qqy --no-install-recommends \
70
+ libldap-common \
71
libldap2-dev \
72
libsasl2-dev \
73
libssl-dev; \
0 commit comments