From 96d9cc2455507134934b9ab4b4f4bde2cf35a414 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Wed, 10 Nov 2021 21:57:26 +0100 Subject: [PATCH] [LDAP] Run apt-get in non-interactive mode --- pica-openldap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-openldap/Dockerfile b/pica-openldap/Dockerfile index 37cbe7cd..0d070da1 100644 --- a/pica-openldap/Dockerfile +++ b/pica-openldap/Dockerfile @@ -2,7 +2,7 @@ FROM osixia/openldap:1.4.0 LABEL maintainer="quentinduchemin@tuta.io,bonnest@utc.fr" RUN apt-get update && \ - apt-get install rsyslog logrotate + apt-get install -y rsyslog logrotate # TODO ajouter un cron COPY ./logrotate/openldap /etc/logrotate.d/openldap -- GitLab