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

silence apt

parent fee25730
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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