Skip to content
Snippets Groups Projects
Commit bb38ac63 authored by Roma's avatar Roma
Browse files

Merge branch 'fix/pica-mail-mta-opendkim-init-script' into 'master'

ps is needed for opendkim init scripts

See merge request picasoft/projets/dockerfiles!66
parents 4ebbe82a 08d2c98c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
#installation des paquets debian
RUN apt-get update -y \
&& apt-get install -y \
postfix postfix-ldap libsasl2-modules sasl2-bin opendkim opendkim-tools rsyslog opendmarc ca-certificates \
postfix postfix-ldap libsasl2-modules sasl2-bin opendkim opendkim-tools rsyslog opendmarc ca-certificates procps \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment