Loading docker/build.sh +3 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,10 @@ set -vx # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -z `docker images -q stfubuntu` ]; then docker rmi --force `docker images -q stfubuntu` || exit 1 fi fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 Loading Loading
docker/build.sh +3 −1 Original line number Diff line number Diff line Loading @@ -7,8 +7,10 @@ set -vx # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -z `docker images -q stfubuntu` ]; then docker rmi --force `docker images -q stfubuntu` || exit 1 fi fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 Loading