dockerfile: remove python3 install because base img already contains
This commit is contained in:
parent
b99f91cf91
commit
01b95af7f3
@ -4,8 +4,6 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
android-tools-adb \
|
android-tools-adb \
|
||||||
android-tools-fastboot \
|
android-tools-fastboot \
|
||||||
python3 \
|
|
||||||
python3-pip
|
|
||||||
RUN pip3 install protobuf
|
RUN pip3 install protobuf
|
||||||
COPY . /magisk
|
COPY . /magisk
|
||||||
WORKDIR /magisk
|
WORKDIR /magisk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user