Browse Source

fix dockerfile syntax

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

2
Dockerfile

@ -3,7 +3,7 @@ FROM python:3.9.15-buster
RUN apt-get update 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
RUN pip3 install protobuf RUN pip3 install protobuf
COPY . /magisk COPY . /magisk
WORKDIR /magisk WORKDIR /magisk

Loading…
Cancel
Save