From 437614fffe1b67c8490e3a80bbfb3a03829c686f Mon Sep 17 00:00:00 2001 From: Rahul Chauhan Date: Sat, 22 Jun 2024 20:47:45 +0200 Subject: [PATCH] Fix checkout --- docker/rucio_client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rucio_client/Dockerfile b/docker/rucio_client/Dockerfile index 857c54b..5598cdb 100644 --- a/docker/rucio_client/Dockerfile +++ b/docker/rucio_client/Dockerfile @@ -59,7 +59,7 @@ RUN git clone https://github.com/rucio/rucio.git # Pull some useful stuff out of git WORKDIR /root RUN git clone https://github.com/dmwm/CMSRucio.git -RUN git checkout $CMSRUCIO_GITTAG +RUN cd CMSRucio && git checkout $CMSRUCIO_GITTAG RUN mkdir -p /etc/grid-security ; ln -s /cvmfs/grid.cern.ch/etc/grid-security/certificates /etc/grid-security/