diff --git a/Docker/build.sh b/Docker/build.sh
index f3d51528478442291a8b5eeb718679f243b3a6b7..2ad10e46f70358570361d912a9811c75e7f331c1 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 \