Browse Source

android build: make apt less quiet, for more feedback about progress

master
SomberNight 2 years ago
parent
commit
11764f9a79
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/android/Dockerfile

4
contrib/android/Dockerfile

@ -108,8 +108,8 @@ RUN curl --location --progress-bar \
# install system/build dependencies
# https://github.com/kivy/buildozer/blob/master/docs/source/installation.rst#android-on-ubuntu-2004-64bit
RUN apt -y update -qq \
&& apt -y install -qq --no-install-recommends --allow-downgrades \
RUN apt -y update -q \
&& apt -y install -q --no-install-recommends --allow-downgrades \
python3 \
python3-dev \
python3-pip \

Loading…
Cancel
Save