mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
Remove intermediate containers during "docker build"
This commit is contained in:
parent
eddf8c87b3
commit
4ed5aed97f
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 --no-cache -t stucki/cyanogenmod .
|
docker build --no-cache --rm -t stucki/cyanogenmod .
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user