From 96354098f10f77eeb18b45494a3a8c22359b97ca Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 11 Aug 2023 23:45:05 +0000 Subject: [PATCH] chore: cleanup dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6e9753b92e..f62b88b163 100755 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,12 @@ FROM appwrite/base:0.2.2 as final LABEL maintainer="team@appwrite.io" +ARG VERSION=dev ARG DEBUG=false ENV DEBUG=$DEBUG +ENV _APP_VERSION=$VERSION + RUN \ if [ "$DEBUG" == "true" ]; then \ apk add boost boost-dev; \