Browse Source

trying to fix six module dependency

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

3
Dockerfile

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

Loading…
Cancel
Save