Commit 4eb3c736 authored by YannGarcia's avatar YannGarcia
Browse files

Add option to force removing Dockerfile.stfubuntu

parent ccb0306a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ set -vx

# Force removing stfubuntu docker image
if [ "$1" == "--force-stfubuntu" ]; then
    docker rmi `docker images -q stfubuntu` || exit 1
    docker rmi --force `docker images -q stfubuntu` || exit 1
fi
# Check and build stfubuntu image
if [ -z `docker images -q stfubuntu` ]; then