From c9e2104e30d2535bdfed7b658e6f40b0a7e2ccd6 Mon Sep 17 00:00:00 2001 From: Ivo Capanema Date: Wed, 9 Nov 2022 20:33:48 -0300 Subject: [PATCH] dockerfile: remove -q option --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06e86ad..52d9471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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