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 \
unzip \
curl \
git
git \
python3-six
RUN pip3 install protobuf
COPY . /magisk
WORKDIR /magisk

Loading…
Cancel
Save