Browse Source

dockerfile: add git package

dev-ivo
Ivo Oliveira Capanema 2 years ago
parent
commit
7a002b3f4d
  1. 3
      Dockerfile

3
Dockerfile

@ -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

Loading…
Cancel
Save