diff --git a/Dockerfile b/Dockerfile index ce012f9..a6743bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,3 +46,6 @@ ENV CCACHE_DIR /tmp/ccache # Work in the build directory, repo is expected to be init'd here USER aosp WORKDIR /aosp + +#Relogin to set env var such as USER +CMD sudo -i -u aosp