update milter url
This commit is contained in:
parent
c304fe5896
commit
ff7c871d8e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM quay.io/thallian/confd-env:latest
|
||||||
RUN apk add --no-cache postfix postfix-ldap syslog-ng spamassassin-client libstdc++ g++ make tar libmilter-dev
|
RUN apk add --no-cache postfix postfix-ldap syslog-ng spamassassin-client libstdc++ g++ make tar libmilter-dev
|
||||||
|
|
||||||
RUN mkdir /tmp/spamass-milter
|
RUN mkdir /tmp/spamass-milter
|
||||||
RUN wget -qO- http://download.savannah.gnu.org/releases/spamass-milt/spamass-milter-0.4.0.tar.gz | tar -xz -C /tmp/spamass-milter --strip 1
|
RUN wget -qO- https://download.savannah.gnu.org/releases/spamass-milt/spamass-milter-0.4.0.tar.gz | tar -xz -C /tmp/spamass-milter --strip 1
|
||||||
WORKDIR /tmp/spamass-milter
|
WORKDIR /tmp/spamass-milter
|
||||||
RUN ./configure && make && make install
|
RUN ./configure && make && make install
|
||||||
RUN rm -rf /tmp/spamass-milter
|
RUN rm -rf /tmp/spamass-milter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue