Copy Config
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
@ -2,7 +2,7 @@ FROM debian:stable-slim
|
||||
LABEL maintainer="gnilebein - <docker@gnilebein.nl>"
|
||||
|
||||
# Set apt non-interactive
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install Rspamd
|
||||
RUN set -x \
|
||||
@ -19,6 +19,7 @@ RUN set -x \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Override default settings
|
||||
COPY conf/* /etc/rspamd/
|
||||
COPY rspamd.conf.local.override /etc/rspamd/
|
||||
COPY worker-controller.inc /etc/rspamd/override.d/
|
||||
COPY worker-proxy.inc /etc/rspamd/override.d/
|
||||
@ -64,4 +65,4 @@ LABEL org.label-schema.name="Rspamd" \
|
||||
org.label-schema.version=$VERSION \
|
||||
org.label-schema.vcs-url="https://github.com/rspamd/rspamd/" \
|
||||
org.label-schema.vcs-ref=$COMMIT \
|
||||
org.label-schema.build-date=$DATE \
|
||||
org.label-schema.build-date=$DATE \
|
Reference in New Issue
Block a user