Compare commits
No commits in common. '66c9ae339b6f37f8bef1bc6451b6bae4931705d1' and '9952a3cf20f5c5bc51ee06694d083f784febf38f' have entirely different histories.
66c9ae339b
...
9952a3cf20
3 changed files with 11 additions and 15 deletions
@ -1,10 +1,10 @@
|
||||
FROM python:3.9.15-slim-buster |
||||
FROM python:3.9.15-buster |
||||
|
||||
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 |
||||
|
Loading…
Reference in new issue