diff --git a/Dockerfile b/Dockerfile index 1355423..172b054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,3 +54,7 @@ USER root #Install OpenSSL RUN apt-get install -y openssl + +#Install git lfs +RUN apt-get install -y git-lfs +RUN git lfs install --system \ No newline at end of file diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 73dde67..a5dde96 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -31,3 +31,7 @@ USER root #Install OpenSSL RUN apk add --no-cache openssl + +#Install git lfs +RUN apk add --no-cache git-lfs +RUN git lfs install --system \ No newline at end of file