WIP: Ready container execution #2

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

View File

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