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