1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Do not use cache when building the image

This commit is contained in:
Michael Stucki 2014-03-02 13:00:27 +01:00
parent 7900497b42
commit 6416e72603

View File

@ -7,6 +7,6 @@ SOURCE=$(pwd)/android
# Create a shared folder which will be used as working directory. # Create a shared folder which will be used as working directory.
test -d $SOURCE || mkdir $SOURCE test -d $SOURCE || mkdir $SOURCE
docker build -t stucki/cyanogenmod . docker build --no-cache -t stucki/cyanogenmod .
exit $? exit $?