Skip to content

Commit

Permalink
Merge pull request #22 from AckeeDevOps/feature/git-lfs
Browse files Browse the repository at this point in the history
Add support for git lfs
  • Loading branch information
davidbilik authored May 3, 2024
2 parents 8266b30 + 28bdfe1 commit 2ade0b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Contains:
- gcloud CLI tool
- danger-kotlin
- Flutter 3.7.9 binaries
- [Git LFS](https://git-lfs.com/)

0 comments on commit 2ade0b0

Please sign in to comment.