Fix empty continuation line

This commit is contained in:
paul 2017-09-09 18:05:27 +02:00 committed by Hive
parent 3dd760bfad
commit d559c78f87

View file

@ -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 \