From 48ab7ecb170c70fb87e6f54ccdcf145b5f14fb92 Mon Sep 17 00:00:00 2001
From: "R.K.Garcia" <rayg@ssec.wisc.edu>
Date: Fri, 30 Jul 2021 20:50:18 +0000
Subject: [PATCH] also fix build.sh

---
 Docker/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docker/build.sh b/Docker/build.sh
index f3d51528..2ad10e46 100755
--- a/Docker/build.sh
+++ b/Docker/build.sh
@@ -7,7 +7,7 @@ git diff $tag
 hash=$(git rev-parse --short HEAD)
 echo building rGIT${hash}
 sleep 1
-docker build "$@" --no-cache --build-arg BORT=${tag} . -f shellb3-cspp-py38.Dockerfile \
+docker build "$@" --no-cache --build-arg BORT=${tag} --build-arg TRIM=cspp -f Dockerfile . \
   -t shellb3-cspp-py38:latest \
   -t gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:rGIT${hash} \
   -t gitlab.ssec.wisc.edu:5555/cspp/buildbucket/shellb3/shellb3-centos7-gcc10-cspp-py38:latest \
-- 
GitLab