WIP: Ready container execution #2

Draft
ivooc wants to merge 19 commits from dev-ivo into main
Showing only changes of commit c9e2104e30 - Show all commits

View File

@ -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