diff --git a/build.sh b/build.sh index 1bff97d..6100a81 100755 --- a/build.sh +++ b/build.sh @@ -7,6 +7,6 @@ SOURCE=$(pwd)/android # Create a shared folder which will be used as working directory. test -d $SOURCE || mkdir $SOURCE -docker build --no-cache -t stucki/cyanogenmod . +docker build --no-cache --rm -t stucki/cyanogenmod . exit $?