Install root certificates for the antispam outgoing requests, fixes #160

master
Pierre Jaury 7 years ago
parent b46433cabe
commit a1845dc05f

@ -2,7 +2,7 @@ FROM alpine:edge
# We have to upgrade musl, or rspamd will not work.
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

Loading…
Cancel
Save