File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v2.3.0] - 2024-05-03
8+ ### Add
9+ - Support for git LFS
10+
711## [ v2.2.0] - 2024-03-11
812### Upgraded
913- Node, nvm and Danger
Original file line number Diff line number Diff line change @@ -123,4 +123,9 @@ RUN flutter config --no-analytics \
123123# here https://github.com/jeremylong/DependencyCheck/issues/1742
124124ENV LC_ALL C.UTF-8
125125
126+ # git LFS support
127+ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
128+ && apt-get install -y git-lfs \
129+ && git lfs install
130+
126131VOLUME /root/.gradle
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ Contains:
99- gcloud CLI tool
1010- danger-kotlin
1111- Flutter 3.7.9 binaries
12+ - [ Git LFS] ( https://git-lfs.com/ )
You can’t perform that action at this time.
0 commit comments