Merge pull request #76 from github/AddLFS

adding lfs support
This commit is contained in:
Lukas Gravley 2020-04-16 10:04:16 -05:00 committed by GitHub
commit 9eb43be073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ LABEL com.github.actions.name="GitHub Super-Linter" \
# Run APK installs #
####################
RUN apk add --no-cache \
bash git musl-dev curl gcc jq \
bash git git-lfs musl-dev curl gcc jq \
npm nodejs \
libxml2-utils perl \
ruby ruby-dev ruby-bundler ruby-rdoc make \