Commit 32e42d8d authored by YannGarcia's avatar YannGarcia
Browse files

Add option to force removing Dockerfile.stfubuntu

parent 7813c7bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,11 @@
set -e
set -e
set -vx
set -vx


docker images

docker ps -a


# Force removing stfubuntu docker image
# Force removing stfubuntu docker image
if [ "$1" == "--force-stfubuntu" ]; then
if [ "$1" == "--force-stfubuntu" ]; then
    if [ -n `docker images -q stfubuntu` ]; then
    if [ -n `docker images -q stfubuntu` ]; then