From d559c78f8702d4b57af83560fccc24889b960ae2 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 9 Sep 2017 18:05:27 +0200 Subject: [PATCH] Fix empty continuation line --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1750f35..2ffe670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \