Commit a2bdf240 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Modified transfer service Dockerfile.

parent bf9c08cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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