diff --git a/Dockerfile b/Dockerfile index c3bedd3..70e2df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ RUN apt-get install -y \ android-tools-fastboot \ unzip \ curl \ - git \ - python3-six -RUN pip3 install protobuf + git +RUN pip3 install protobuf \ + six COPY . /magisk WORKDIR /magisk CMD bash reinstall-magisk-on-lineageos