File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ RUN echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && a
2626 && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get -t buster-backports install -y --no-install-recommends \
2727 ca-certificates \
2828 curl \
29- ldap-utils=${OPENLDAP_INSTALL_VERSION }\* \
29+ ldap-utils=${OPENLDAP_PACKAGE_VERSION }\* \
3030 libsasl2-modules \
3131 libsasl2-modules-db \
3232 libsasl2-modules-gssapi-mit \
3333 libsasl2-modules-ldap \
3434 libsasl2-modules-otp \
3535 libsasl2-modules-sql \
3636 openssl \
37- slapd=${OPENLDAP_INSTALL_VERSION }\* \
38- slapd-contrib=${OPENLDAP_INSTALL_VERSION }\* \
37+ slapd=${OPENLDAP_PACKAGE_VERSION }\* \
38+ slapd-contrib=${OPENLDAP_PACKAGE_VERSION }\* \
3939 krb5-kdc-ldap \
4040 && curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb \
4141 && echo "${PQCHECKER_MD5} *pqchecker.deb" | md5sum -c - \
You can’t perform that action at this time.
0 commit comments