8 lines
130 B
Bash
8 lines
130 B
Bash
|
touch system.img
|
||
|
touch system_ext.img
|
||
|
touch vendor.img
|
||
|
touch product.img
|
||
|
touch odm.img
|
||
|
chmod +x init_wrapper
|
||
|
docker build -t $1 .
|