diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1700a5e..7678971 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.3.0] - 2024-05-03 +### Add +- Support for git LFS + ## [v2.2.0] - 2024-03-11 ### Upgraded - Node, nvm and Danger diff --git a/Dockerfile b/Dockerfile index 26d7e39..ef7e8e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,4 +123,9 @@ RUN flutter config --no-analytics \ # here https://github.com/jeremylong/DependencyCheck/issues/1742 ENV LC_ALL C.UTF-8 +# git LFS support +RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \ + && apt-get install -y git-lfs \ + && git lfs install + VOLUME /root/.gradle diff --git a/README.MD b/README.MD index 48d86fd..266ffd1 100644 --- a/README.MD +++ b/README.MD @@ -9,3 +9,4 @@ Contains: - gcloud CLI tool - danger-kotlin - Flutter 3.7.9 binaries +- [Git LFS](https://git-lfs.com/)