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

modified: containers/docker/Dockerfile

parent 08c3512a
No related branches found
No related tags found
1 merge request!10Dockerfile.
......@@ -32,7 +32,7 @@ RUN cd /tmp \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \
&& mkdir hcana/build && cd hcana/build \
&& git pull \
&& cmake ../. && make -j20 && make install \
&& cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf hcana
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment