1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Add WITH_SU flag support

See http://lineageos.org/Update-and-Build-Prep/
This commit is contained in:
Julian Xhokaxhiu 2017-01-21 11:43:44 +01:00
parent 4ac22955a8
commit b28f68d616

@ -47,6 +47,9 @@ ENV DEBUG false
# Clean artifacts output after each build # Clean artifacts output after each build
ENV CLEAN_AFTER_BUILD true ENV CLEAN_AFTER_BUILD true
# Provide root capabilities builtin inside the ROM ( see http://lineageos.org/Update-and-Build-Prep/ )
ENV WITH_SU true
# Create Volume entry points # Create Volume entry points
############################ ############################