Skip to content

Commit

Permalink
Use the quiet option for unzip
Browse files Browse the repository at this point in the history
Change-Id: I37273bda69474be72b9e635f32ce42dd1fc10643
  • Loading branch information
irbull committed May 3, 2017
1 parent bb81853 commit a46a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "[1/2] cloning dependencies..." && \

RUN echo "[2/2] setting up..." && \
curl -fSOL https://dl.google.com/android/repository/$NDK_NAME.zip && \
unzip $NDK_NAME.zip && \
unzip -q $NDK_NAME.zip && \
rm $NDK_NAME.zip

COPY jni /build/jni/
Expand Down

0 comments on commit a46a090

Please sign in to comment.