dockerfile: add git package

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 22:10:47 -03:00
parent ee7dd09709
commit 7a002b3f4d

View File

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