diff --git a/Dockerfile b/Dockerfile index 7ea6d18..bfab35b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN chmod 755 /usr/local/bin/* # All builds will be done by user aosp RUN useradd --create-home aosp ADD gitconfig /home/aosp/.gitconfig +RUN chown aosp:aosp /home/aosp/.gitconfig # The persistent data will be in these two directories, everything else is # considered to be ephemeral