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:
parent
7900497b42
commit
6416e72603
2
build.sh
2
build.sh
@ -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 $?
|
||||||
|
Loading…
Reference in New Issue
Block a user