android: Use Docker's recommended syntax for env variables
This commit is contained in:
@@ -18,8 +18,8 @@ RUN apt-get update && \
|
|||||||
COPY compile.sh /
|
COPY compile.sh /
|
||||||
RUN chmod +x /compile.sh
|
RUN chmod +x /compile.sh
|
||||||
|
|
||||||
ENV ANDROID_NDK_ROOT /ndk
|
ENV ANDROID_NDK_ROOT=/ndk
|
||||||
ENV OUT_DIR /out
|
ENV OUT_DIR=/out
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user