Loading docker/build.sh +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ set -e set -vx docker images docker ps -a # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -n `docker images -q stfubuntu` ]; then Loading Loading
docker/build.sh +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,11 @@ set -e set -vx docker images docker ps -a # Force removing stfubuntu docker image if [ "$1" == "--force-stfubuntu" ]; then if [ -n `docker images -q stfubuntu` ]; then Loading