fix dockerfile syntax

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 01:04:41 -03:00
parent 01b95af7f3
commit efc80d0bde

View File

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