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