Loading docker/transfer_service/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ RUN chown transfer_service wait-for-it.sh *.py && \ RUN dnf update -y && dnf -y install epel-release # Install pika and redis libraries RUN dnf -y install python3-pika python3-redis RUN dnf -y install python3-pika python3-redis nano # Install xrootd with python bindings RUN dnf install -y xrootd python3-xrootd RUN dnf install -y xrootd-client xrootd-client-devel xrootd python3-xrootd # Run commands as transfer_service user USER transfer_service Loading Loading
docker/transfer_service/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ RUN chown transfer_service wait-for-it.sh *.py && \ RUN dnf update -y && dnf -y install epel-release # Install pika and redis libraries RUN dnf -y install python3-pika python3-redis RUN dnf -y install python3-pika python3-redis nano # Install xrootd with python bindings RUN dnf install -y xrootd python3-xrootd RUN dnf install -y xrootd-client xrootd-client-devel xrootd python3-xrootd # Run commands as transfer_service user USER transfer_service Loading