From 8440e21b066f65bb23358ee0d7f380013833ea62 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 16 Apr 2020 09:56:52 -0500 Subject: [PATCH] adding lfs support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8686dc0..5657f196 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \