dockerfile: add git package
This commit is contained in:
parent
ee7dd09709
commit
7a002b3f4d
@ -5,7 +5,8 @@ RUN apt-get install -y \
|
||||
android-tools-adb \
|
||||
android-tools-fastboot \
|
||||
unzip \
|
||||
curl
|
||||
curl \
|
||||
git
|
||||
RUN pip3 install protobuf
|
||||
COPY . /magisk
|
||||
WORKDIR /magisk
|
||||
|
Loading…
x
Reference in New Issue
Block a user