Compare commits

...

1 Commits

Author SHA1 Message Date
Mathieu Maret
f232a32c7f Relogin to set some env var
e.g. $USER is not set without that
2015-06-29 18:46:05 +02:00

View File

@ -40,3 +40,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