Skip to content

Commit

Permalink
Update docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
juztas committed Jan 24, 2024
1 parent 35638e1 commit 2fc153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrootd/xcache-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN yum -y install xrootd xrootd-client xrootd-client-devel xrootd-client-libs \
xrootd-voms voms-clients xrootd-doc xrootd-scitokens scitokens-cpp && yum clean all

RUN mkdir -p /var/log/xrootd/clustered/ && \
chown -R xrootd:xrootd /var/log/xrootd/ &&
chown -R xrootd:xrootd /var/log/xrootd/ && \
mkdir -p /etc/grid-security/mapfile/

# XCache Rucio reporter. Installing it manually
Expand Down

0 comments on commit 2fc153f

Please sign in to comment.