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

modified: Dockerfile

parent 0aa22cbb
No related branches found
No related tags found
No related merge requests found
Pipeline #1727 failed with stages
in 38 seconds
......@@ -19,7 +19,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& export PATH=/usr/local/bin:$PATH \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
&& mkdir analyzer/build && cd analyzer/build && git pull \
&& cmake ../. && make -j20 && make install \
&& cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf analyzer \
&& git clone https://eicweb.phy.anl.gov/jlab/hcana.git \
&& mkdir hcana/build && cd hcana/build \
......
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