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