Browse Source

dockerfile: remove -q option

dev-ivo
Ivo Oliveira Capanema 2 years ago
parent
commit
c9e2104e30
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save