minor correction to createDockerImage

This commit is contained in:
Stephen Gaito 2020-05-28 11:42:35 +00:00
parent 124cae5d21
commit 6ff6689d9f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ copy_deps
# Now. IF we have docker, THEN build the docker image...
if [ -x "$(which docker)" ]; then
if [ -x "$(which docker)" ]; then
if [ -z "$DOCKER_FROM" ]; then
echo ""