1
0
Fork 0

Even more quiet

master
Ambrose Chua 2017-10-19 22:39:07 +08:00
parent ecbbf54b40
commit d74475c9d1
1 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@ ENV DEBIAN_FRONTEND noninteractive
ENV ANDROID_SDK_VERSION 3859397 ENV ANDROID_SDK_VERSION 3859397
# Update apt-get # Update apt-get
RUN apt-get -q update \ RUN apt-get -qq update \
&& apt-get -q install -y --no-install-recommends \ && apt-get -qq install -y --no-install-recommends \
ca-certificates \ ca-certificates \
build-essential \ build-essential \
software-properties-common \ software-properties-common \
@ -18,11 +18,11 @@ RUN apt-get -q update \
wget \ wget \
zip \ zip \
&& apt-add-repository ppa:openjdk-r/ppa \ && apt-add-repository ppa:openjdk-r/ppa \
&& apt-get -q update \ && apt-get -qq update \
&& apt-get -q install -y openjdk-8-jdk \ && apt-get -qq install -y openjdk-8-jdk \
-o Dpkg::Options::="--force-overwrite" \ -o Dpkg::Options::="--force-overwrite" \
&& apt-get -q autoremove -y \ && apt-get -qq autoremove -y \
&& apt-get -q clean \ && apt-get -qq clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install Android SDK # Install Android SDK