mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Upgrade musl #133
This commit is contained in:
parent
692bcda868
commit
4603468511
@ -1,9 +1,9 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
# We have to upgrade musl, or rspamd will not work.
|
||||||
&& apk add --update \
|
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
||||||
rspamd@testing \
|
apk add --no-cache --upgrade musl musl-utils && \
|
||||||
&& rm -rf /var/cache/apk/*
|
apk add --no-cache rspamd rsyslog
|
||||||
|
|
||||||
RUN mkdir /run/rspamd
|
RUN mkdir /run/rspamd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user