WIP: Ready container execution #2

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

View File

@ -6,7 +6,8 @@ RUN apt-get install -y \
android-tools-fastboot \ android-tools-fastboot \
unzip \ unzip \
curl \ curl \
git git \
python3-six
RUN pip3 install protobuf RUN pip3 install protobuf
COPY . /magisk COPY . /magisk
WORKDIR /magisk WORKDIR /magisk