Browse Source

trying to fix six module dependency - 2nd try

dev-ivo
Ivo Oliveira Capanema 2 years ago
parent
commit
56980bd12e
  1. 6
      Dockerfile

6
Dockerfile

@ -6,9 +6,9 @@ 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 six
COPY . /magisk COPY . /magisk
WORKDIR /magisk WORKDIR /magisk
CMD bash reinstall-magisk-on-lineageos CMD bash reinstall-magisk-on-lineageos

Loading…
Cancel
Save