Install root certificates for the antispam outgoing requests, fixes #160
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:edge
|
|||||||
|
|
||||||
# We have to upgrade musl, or rspamd will not work.
|
# We have to upgrade musl, or rspamd will not work.
|
||||||
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||||
&& apk add --no-cache rspamd rsyslog
|
&& apk add --no-cache rspamd rsyslog ca-certificates
|
||||||
|
|
||||||
RUN mkdir /run/rspamd
|
RUN mkdir /run/rspamd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user