Skip to content

Commit

Permalink
Added spamc package and the spamcuser user for a possibility to enabl…
Browse files Browse the repository at this point in the history
…e spamassassin
  • Loading branch information
blackandred committed Oct 24, 2018
1 parent 25f184a commit 71c4499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM marvambass/versatile-postfix

RUN apt-get update && apt-get install -y spamc
RUN apt-get update && apt-get install -y spamc \
&& useradd -ms /bin/false spamcuser

ADD ./container-files/relay-setup-entrypoint.sh /bin/relay-setup-entrypoint.sh
ADD ./container-files/etc/postfix/* /etc/postfix/
Expand Down

0 comments on commit 71c4499

Please sign in to comment.