Skip to content

Commit

Permalink
SYS-607 deal with spamassassin package name change in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jul 14, 2023
1 parent 6713d2a commit f72a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/spamassassin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get -yq update && \
apt-get -y --no-install-recommends install \
ca-certificates cron curl gcc libc6-dev libdbd-mysql-perl \
libmail-dkim-perl libnet-ident-perl make pyzor razor gpg gpg-agent \
procps spamassassin=$SPAMD_VERSION && \
procps spamd=$SPAMD_VERSION && \
usermod --uid $SPAMD_UID $USERNAME && \
chsh -s /bin/sh $USERNAME && \
mv /etc/mail/spamassassin/local.cf /etc/mail/spamassassin/local.cf-dist && \
Expand Down

0 comments on commit f72a566

Please sign in to comment.