1
0
Fork 0

Update formating and test

master
Ambrose Chua 2017-10-19 06:25:10 +08:00
parent af786c6bc4
commit 12a25b290b
1 changed files with 4 additions and 4 deletions

View File

@ -58,10 +58,10 @@ ENV RUN_USER builder
ENV RUN_UID 5000 ENV RUN_UID 5000
RUN id $RUN_USER || adduser --uid "$RUN_UID" \ RUN id $RUN_USER || adduser --uid "$RUN_UID" \
--gecos 'Build User' \ --gecos 'Build User' \
--shell '/bin/sh' \ --shell '/bin/sh' \
--disabled-login \ --disabled-login \
--disabled-password "$RUN_USER" --disabled-password "$RUN_USER"
# Fix permissions # Fix permissions
RUN chown -R $RUN_USER:$RUN_USER $ANDROID_HOME RUN chown -R $RUN_USER:$RUN_USER $ANDROID_HOME