From b948b56b2c3cf705826d841b06f15f10a38704e7 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 29 Aug 2020 21:38:27 -0500
Subject: [PATCH] 	modified:   containers/docker/Dockerfile

---
 containers/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile
index 0509ba9..315f2a3 100644
--- a/containers/docker/Dockerfile
+++ b/containers/docker/Dockerfile
@@ -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 
 
 
-- 
GitLab