Browse Source

dockerfile: remove python3 install because base img already contains

pull/1/head
Ivo Oliveira Capanema 2 years ago
parent
commit
01b95af7f3
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save