Skip to content

Commit

Permalink
fix(mail-handler): Add procps as opendkim depends on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed May 29, 2023
1 parent 668e2af commit c83aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "postfix postfix/mailname string ${MAIL_DOMAIN}" | debconf-set-selectio
echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections
RUN apt-get update \
&& apt-get -y install libpq-dev gcc \
&& apt install python3 python3-pip gunicorn3 gnupg2 postfix postfix-pgsql postfix-policyd-spf-python opendkim opendkim-tools dnsutils -y \
&& apt install python3 python3-pip gunicorn3 gnupg2 postfix postfix-pgsql postfix-policyd-spf-python opendkim opendkim-tools dnsutils procps -y \
&& pip install psycopg2

# Create gnupg path
Expand Down

0 comments on commit c83aa11

Please sign in to comment.