We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6713d2a commit f72a566Copy full SHA for f72a566
1 file changed
images/spamassassin/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get -yq update && \
24
apt-get -y --no-install-recommends install \
25
ca-certificates cron curl gcc libc6-dev libdbd-mysql-perl \
26
libmail-dkim-perl libnet-ident-perl make pyzor razor gpg gpg-agent \
27
- procps spamassassin=$SPAMD_VERSION && \
+ procps spamd=$SPAMD_VERSION && \
28
usermod --uid $SPAMD_UID $USERNAME && \
29
chsh -s /bin/sh $USERNAME && \
30
mv /etc/mail/spamassassin/local.cf /etc/mail/spamassassin/local.cf-dist && \
0 commit comments