WIP: Ready container execution #2

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

View File

@ -1,10 +1,10 @@
FROM python:3.9.15-buster FROM python:3.9.15-slim-buster
Review

Quais são as diferenças, vc sabe? Deve ser tipo, gcc, git, devtools?

Quais são as diferenças, vc sabe? Deve ser tipo, gcc, git, devtools?
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