From e367cbc54c9d95c31e0d4c039d2f39d37f61bab5 Mon Sep 17 00:00:00 2001 From: Rahul Chauhan <69708588+dynamic-entropy@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:35:53 +0200 Subject: [PATCH] Update Dockerfile --- docker/rucio-daemons/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/rucio-daemons/Dockerfile b/docker/rucio-daemons/Dockerfile index 3cf6cf8..58dacbd 100644 --- a/docker/rucio-daemons/Dockerfile +++ b/docker/rucio-daemons/Dockerfile @@ -33,5 +33,6 @@ RUN mkdir -p /patch #ADD https://github.com/rucio/rucio/pull/6215.patch /patch/6215.patch ADD https://github.com/rucio/rucio/pull/6844.patch /patch/6844.patch +ADD https://raw.githubusercontent.com/labkode/rucio/patches/logging.patch /patch/mypatch.patch ENTRYPOINT ["/cms-entrypoint.sh"]