]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Use Docker's recommended syntax for env variables
authorTobias Brunner <tobias@strongswan.org>
Thu, 16 Oct 2025 13:31:28 +0000 (15:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 27 Oct 2025 13:39:55 +0000 (14:39 +0100)
src/frontends/android/openssl/Dockerfile

index 4b88928c1eb43e827fa9462ce72992ac245e27be..cf24befa327d480b24436565616f57e0cb2b5da2 100644 (file)
@@ -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