dockerfile: remove -q option

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 20:33:48 -03:00
parent 66c9ae339b
commit c9e2104e30

View File

@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get install -y \
android-tools-adb \
android-tools-fastboot
RUN pip3 install protobuf -q
RUN pip3 install protobuf
COPY . /magisk
WORKDIR /magisk
CMD bash reinstall-magisk-on-lineageos