Copy Config

Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-06 17:52:14 +01:00
parent fa36c11422
commit 76adfdfc6e
2 changed files with 60 additions and 2 deletions

View File

@ -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 \