From 8a6dee7c84f16f13fb4fb9ca02dabe56893131cd Mon Sep 17 00:00:00 2001 From: Davy Leggieri Date: Sat, 15 Nov 2014 14:26:24 -0800 Subject: [PATCH] Fixed .gitconfig owner --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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