diff --git a/Dockerfile.autoreducer b/Dockerfile.autoreducer index 338679ff..4002cb76 100644 --- a/Dockerfile.autoreducer +++ b/Dockerfile.autoreducer @@ -16,6 +16,7 @@ RUN curl https://raw.githubusercontent.com/neutrons/post_processing_agent/v3.0/c # This configuration allows it to run with docker-compose from https://github.com/neutrons/data_workflow RUN sed -i 's/localhost/activemq/' /etc/autoreduce/post_processing.conf +RUN cp /etc/autoreduce/post_processing.conf tmp.conf && grep -v ReductionProcessor tmp.conf > /etc/autoreduce/post_processing.conf # install postprocessing RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.0/postprocessing-3.0.0-1.el9.noarch.rpm