Skip to content
Snippets Groups Projects
Commit 96d9cc24 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[LDAP] Run apt-get in non-interactive mode

parent 3ccd63cd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment