Fixed .gitconfig owner
This commit is contained in:
parent
683126f05c
commit
8a6dee7c84
@ -27,6 +27,7 @@ RUN chmod 755 /usr/local/bin/*
|
|||||||
# All builds will be done by user aosp
|
# All builds will be done by user aosp
|
||||||
RUN useradd --create-home aosp
|
RUN useradd --create-home aosp
|
||||||
ADD gitconfig /home/aosp/.gitconfig
|
ADD gitconfig /home/aosp/.gitconfig
|
||||||
|
RUN chown aosp:aosp /home/aosp/.gitconfig
|
||||||
|
|
||||||
# The persistent data will be in these two directories, everything else is
|
# The persistent data will be in these two directories, everything else is
|
||||||
# considered to be ephemeral
|
# considered to be ephemeral
|
||||||
|
Loading…
Reference in New Issue
Block a user