|
@@ -19,8 +19,8 @@ RUN if [ -z "${LDAP_OPENLDAP_GID}" ]; then groupadd -g 911 -r openldap; else gro
|
|
|
RUN echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list
|
|
|
|
|
|
# Install OpenLDAP, ldap-utils and ssl-tools from the (backported) baseimage and clean apt-get files
|
|
|
-# sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
|
|
|
-# https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:ssl-tools/download.sh
|
|
|
+# sources: https://github.com/osixia/docker-light-baseimage/blob/master/image/tool/add-service-available
|
|
|
+# https://github.com/osixia/docker-light-baseimage/blob/master/image/service-available/:ssl-tools/download.sh
|
|
|
RUN echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && apt-get -y update \
|
|
|
&& /container/tool/add-service-available :ssl-tools \
|
|
|
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get -t buster-backports install -y --no-install-recommends \
|
|
@@ -50,7 +50,7 @@ RUN echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && a
|
|
|
ADD service /container/service
|
|
|
|
|
|
# Use baseimage install-service script
|
|
|
-# https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/install-service
|
|
|
+# https://github.com/osixia/docker-light-baseimage/blob/master/image/tool/install-service
|
|
|
RUN /container/tool/install-service
|
|
|
|
|
|
# Add default env variables
|