You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Remove temporary fix for #133
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
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 --upgrade musl musl-utils && \
|
||||
apk add --no-cache rspamd rsyslog
|
||||
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||
&& apk add --no-cache rspamd rsyslog
|
||||
|
||||
RUN mkdir /run/rspamd
|
||||
|
||||
|
Reference in New Issue
Block a user