Skip to content
Snippets Groups Projects
Commit b8e961cd authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Update genie-hedis:km3net

parent 82b5fa77
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ FROM docker.km3net.de/base/centos-full-root6-pythia
RUN cd / && mkdir genie && cd genie && \
git clone -b km3net https://github.com/pochoarus/GENIE-HEDIS.git genie_generator && \
cd genie_generator && mkdir install && \
echo "export GENIE=/genie/genie_generator" > /etc/profile.d/genie.sh && \
echo "export GENIE=/genie/genie_generator" >> /etc/profile.d/genie.sh && \
echo 'export PATH=$PATH:$GENIE/bin' >> /etc/profile.d/genie.sh && \
echo 'if [ -z "$LD_LIBRARY_PATH" ]; then export LD_LIBRARY_PATH=$GENIE/lib; else LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GENIE/lib; fi' >> /etc/profile.d/genie.sh && \
source /etc/profile.d/root_env.sh && source /etc/profile.d/genie.sh && cd $GENIE && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment