1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

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

This commit is contained in:
Pierre Jaury
2017-02-12 13:28:57 +01:00
parent b46433cabe
commit a1845dc05f

View File

@@ -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