1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

chore: cleanup dockerfile

This commit is contained in:
Christy Jacob 2023-08-11 23:45:05 +00:00
parent 8368ff0ffe
commit 96354098f1

View file

@ -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; \