Skip to content
Snippets Groups Projects
Commit c006a0bd authored by Jan Grewe's avatar Jan Grewe
Browse files

silence apt

parent d871419f
Branches
Tags
No related merge requests found
......@@ -18,8 +18,8 @@ ENV ANDROID_HOME "/sdk"
ENV PATH "$PATH:${ANDROID_HOME}/tools"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends \
RUN apt-get -qq update && \
apt-get install -qqy --no-install-recommends \
curl \
html2text \
openjdk-8-jdk \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment