Skip to content

Fix build_client_docker_image

Marko Petric requested to merge mpetric/LHCbDIRAC:docker into master

BEGINRELEASENOTES

FIX: Fix typo for creation of client docker image

ENDRELEASENOTES

There was a typo.

INFO[0118] args: [-c useradd -ms /bin/bash dirac &&     chown -R dirac:dirac /opt/dirac && **RUN**     curl -L -o dirac-install https://raw.githubusercontent.com/DIRACGrid/DIRAC/integration/Core/scripts/dirac-install.py &&     chmod +x dirac-install &&     ./dirac-install -r $LHCB_DIRAC_VERSION -l LHCb -e LHCb -t client &&     rm -rf /opt/dirac/.installCache &&     rm dirac-install &&     ln -s /etc/grid-security/certificates/ /opt/dirac/etc/grid-security/certificates] 
/bin/sh: RUN: command not found

Two consecutive RUN commands were interpreted as one

Edited by Marko Petric

Merge request reports

Loading