From 12a25b290b3e10c49ac6cf03a3646bcc95101233 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 19 Oct 2017 06:25:10 +0800 Subject: [PATCH] Update formating and test --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4de412..152e8c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,10 +58,10 @@ ENV RUN_USER builder ENV RUN_UID 5000 RUN id $RUN_USER || adduser --uid "$RUN_UID" \ - --gecos 'Build User' \ - --shell '/bin/sh' \ - --disabled-login \ - --disabled-password "$RUN_USER" + --gecos 'Build User' \ + --shell '/bin/sh' \ + --disabled-login \ + --disabled-password "$RUN_USER" # Fix permissions RUN chown -R $RUN_USER:$RUN_USER $ANDROID_HOME