fix dockerfile syntax
This commit is contained in:
parent
01b95af7f3
commit
efc80d0bde
@ -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…
x
Reference in New Issue
Block a user