dockerfile: remove python3 install because base img already contains

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 00:59:07 -03:00
parent b99f91cf91
commit 01b95af7f3

View File

@ -4,8 +4,6 @@ RUN apt-get update
RUN apt-get install -y \
android-tools-adb \
android-tools-fastboot \
python3 \
python3-pip
RUN pip3 install protobuf
COPY . /magisk
WORKDIR /magisk