Move all directories per theme
This commit is contained in:
12
services/rspamd/Dockerfile
Normal file
12
services/rspamd/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
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 ca-certificates
|
||||
|
||||
RUN mkdir /run/rspamd
|
||||
|
||||
COPY conf/ /etc/rspamd
|
||||
COPY start.sh /start.sh
|
||||
|
||||
CMD ["/start.sh"]
|
||||
Reference in New Issue
Block a user