Loading docker/build.sh +3 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ set -e set -vx if [ "$1" == "--force-stfubuntu"] then doker rmi `docker images -q stfubuntu` # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then doker rmi `docker images -q stfubuntu` || exit 1 fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then Loading Loading
docker/build.sh +3 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ set -e set -vx if [ "$1" == "--force-stfubuntu"] then doker rmi `docker images -q stfubuntu` # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then doker rmi `docker images -q stfubuntu` || exit 1 fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then Loading