Compare commits
4 Commits
9952a3cf20
...
66c9ae339b
Author | SHA1 | Date |
---|---|---|
Ivo Oliveira Capanema | 66c9ae339b | 2 years ago |
Ivo Oliveira Capanema | d43498db87 | 2 years ago |
Ivo Oliveira Capanema | 451684b8df | 2 years ago |
gabriel becker | 7c94da0938 | 2 years ago |
3 changed files with 15 additions and 11 deletions
@ -1,10 +1,10 @@ |
|||||||
FROM python:3.9.15-buster |
FROM python:3.9.15-slim-buster |
||||||
|
|
||||||
RUN apt-get update |
RUN apt-get update |
||||||
RUN apt-get install -y \ |
RUN apt-get install -y \ |
||||||
android-tools-adb \ |
android-tools-adb \ |
||||||
android-tools-fastboot |
android-tools-fastboot |
||||||
RUN pip3 install protobuf |
RUN pip3 install protobuf -q |
||||||
COPY . /magisk |
COPY . /magisk |
||||||
WORKDIR /magisk |
WORKDIR /magisk |
||||||
CMD bash reinstall-magisk-on-lineageos |
CMD bash reinstall-magisk-on-lineageos |
||||||
|
Loading…
Reference in new issue