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

modified: containers/docker/Dockerfile

parent b948b56b
No related branches found
No related tags found
1 merge request!11Dockerfile again
......@@ -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.
Please register or to comment