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 /
|
||||
RUN chmod +x /compile.sh
|
||||
|
||||
ENV ANDROID_NDK_ROOT /ndk
|
||||
ENV OUT_DIR /out
|
||||
ENV ANDROID_NDK_ROOT=/ndk
|
||||
ENV OUT_DIR=/out
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user