From e156d39b323801ad2fe7d7695840659a00fd57e4 Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Thu, 17 Mar 2022 16:43:40 +0100 Subject: [PATCH] Add support for Git LFS Signed-off-by: Witold Wasiczko --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1f59804..482bb590 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,9 @@ LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/" WORKDIR /app -RUN apk add --no-cache git gnupg libzip icu-dev \ +RUN apk add --no-cache git git-lfs gnupg libzip icu-dev \ && apk add --no-cache --virtual .build-deps libzip-dev \ + && git lfs install --skip-repo \ && docker-php-ext-install zip \ && docker-php-ext-install bcmath \ && docker-php-ext-configure intl \