diff --git a/Dockerfile b/Dockerfile index dca5cbf..c3bedd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get install -y \ android-tools-fastboot \ unzip \ curl \ - git + git \ + python3-six RUN pip3 install protobuf COPY . /magisk WORKDIR /magisk