File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN groupadd -r openldap && useradd -r -g openldap openldap
88
99# Install OpenLDAP, ldap-utils and cfssl from baseimage
1010# sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
11- # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/. cfssl/download.sh
11+ # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/: cfssl/download.sh
1212RUN apt-get -y update \
13- && /container/tool/add-service-available . cfssl \
13+ && /container/tool/add-service-available : cfssl \
1414 && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes --no-install-recommends \
1515 ldap-utils \
1616 openssl \
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [ ! -e "$FIRST_START_DONE" ]; then
5656 local DH_PARAM=$4
5757
5858 # generate a certificate and key with cfssl tool if LDAP_CRT and LDAP_KEY files don't exists
59- # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/. cfssl/assets/tool/cfssl-helper
59+ # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/: cfssl/assets/tool/cfssl-helper
6060 cfssl-helper ldap $LDAP_CRT $LDAP_KEY $CA_CRT
6161
6262 # create DHParamFile if not found
You can’t perform that action at this time.
0 commit comments