1
0

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

This commit is contained in:
SomberNight
2024-01-10 20:39:01 +00:00
parent 5369be66da
commit 11764f9a79

View File

@@ -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 \