Skip to content

Commit f72a566

Browse files
committed
SYS-607 deal with spamassassin package name change in debian
1 parent 6713d2a commit f72a566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/spamassassin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get -yq update && \
2424
apt-get -y --no-install-recommends install \
2525
ca-certificates cron curl gcc libc6-dev libdbd-mysql-perl \
2626
libmail-dkim-perl libnet-ident-perl make pyzor razor gpg gpg-agent \
27-
procps spamassassin=$SPAMD_VERSION && \
27+
procps spamd=$SPAMD_VERSION && \
2828
usermod --uid $SPAMD_UID $USERNAME && \
2929
chsh -s /bin/sh $USERNAME && \
3030
mv /etc/mail/spamassassin/local.cf /etc/mail/spamassassin/local.cf-dist && \

0 commit comments

Comments
 (0)