This commit is contained in:
damage 2024-06-30 20:52:44 +02:00
parent e08b00e8cb
commit 9592b66244

View File

@ -5,7 +5,7 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
# courier and pythonfilter install + activate + cleanup
#RUN echo '=mail-filter/courier-pythonfilter-3.0.2-r1' > /etc/portage/package.accept_keywords && \
RUN emerge mail-mta/courier mail-filter/courier-pythonfilter dev-python/pyspf
RUN emerge mail-mta/courier mail-filter/courier-pythonfilter dev-python/pyspf dev-libs/libltdl
RUN ln -s /usr/bin/pythonfilter /usr/libexec/filters && \
mkdir -p /etc/courier/filters/active && filterctl start pythonfilter && \
rm -rf /var/db/repos/gentoo