Skip to content

Commit b9a46c7

Browse files
committed
.cfssl -> :cfssl
1 parent b12753b commit b9a46c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1212
RUN 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 \

image/service/slapd/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)