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

Fixed dockerfile

parent 63a34ff5
No related branches found
No related tags found
No related merge requests found
Pipeline #3766 failed
......@@ -27,7 +27,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&& mkdir analyzer/build && cd analyzer/build && git pull && git checkout master\
&& cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf analyzer \
&& git clone https://eicweb.phy.anl.gov/jlab/hcana.git \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/hcana.git \
&& mkdir hcana/build && cd hcana/build \
&& git pull \
&& cmake ../. && make -j20 && make install \
......
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