Skip to content
Snippets Groups Projects
Commit 48826d49 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'CI' into 'master'

Dockerfile again

See merge request !11
parents cd042bbd f87ceb08
No related branches found
No related tags found
1 merge request!11Dockerfile again
Pipeline #3794 failed with stages
in 1 minute and 32 seconds
......@@ -29,6 +29,10 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& cd /tmp && rm -rf analyzer
RUN cd /tmp \
&& export PYTHONPATH=/usr/local/lib:$PYTHONPATH \
&& export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \
&& export PATH=/usr/local/bin:$PATH \
&& source /usr/local/bin/thisroot.sh \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \
&& mkdir hcana/build && cd hcana/build \
&& git pull \
......
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