trying to fix six module dependency - 2nd try

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 23:13:52 -03:00
parent f51bf593da
commit 56980bd12e

View File

@ -6,9 +6,9 @@ RUN apt-get install -y \
android-tools-fastboot \
unzip \
curl \
git \
python3-six
RUN pip3 install protobuf
git
RUN pip3 install protobuf \
six
COPY . /magisk
WORKDIR /magisk
CMD bash reinstall-magisk-on-lineageos