|
|
@ -1,9 +1,7 @@
|
|
|
|
FROM alpine:edge
|
|
|
|
FROM alpine:edge
|
|
|
|
|
|
|
|
|
|
|
|
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
|
|
|
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
|
|
|
&& apk add --update \
|
|
|
|
&& apk add --no-cache rmilter@testing rsyslog
|
|
|
|
rmilter@testing rsyslog \
|
|
|
|
|
|
|
|
&& rm -rf /var/cache/apk/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
COPY rmilter.conf /etc/rmilter.conf
|
|
|
|
COPY rmilter.conf /etc/rmilter.conf
|
|
|
|
COPY rsyslog.conf /etc/rsyslog.conf
|
|
|
|
COPY rsyslog.conf /etc/rsyslog.conf
|
|
|
|