diff --git a/Dockerfile b/Dockerfile index 02d6231..512ff37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ RUN apt-get update RUN apt-get install -y \ android-tools-adb \ android-tools-fastboot \ - python3 \ - python3-pip RUN pip3 install protobuf COPY . /magisk WORKDIR /magisk