Skip to content

Commit 28bdfe1

Browse files
committed
Add support for git lfs
1 parent 8266b30 commit 28bdfe1

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,9 @@ RUN flutter config --no-analytics \
123123
# here https://github.com/jeremylong/DependencyCheck/issues/1742
124124
ENV 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+
126131
VOLUME /root/.gradle

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/)

0 commit comments

Comments
 (0)