Fix empty continuation line
This commit is contained in:
parent
3dd760bfad
commit
d559c78f87
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive \
|
|||
# add our users and groups first to ensure their IDs get assigned consitently
|
||||
RUN groupadd -r -g 500 openldap && useradd -r -u 500 -g openldap openldap
|
||||
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
RUN apt-get update && \
|
||||
apt-get install --yes --no-install-recommends \
|
||||
slapd \
|
||||
ldap-utils \
|
||||
|
|
Loading…
Reference in a new issue