From 5c0da604bf9f49167a10a9d61ecb1405466b6118 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 23 Jul 2020 09:16:40 -0500 Subject: [PATCH] Adding LFS --- Dockerfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4134227..ce9cf959 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,23 +54,19 @@ RUN apk add --update --no-cache \ bash \ curl \ gcc \ - git \ + git git-lfs\ go \ icu-libs \ jq \ libxml2-utils \ make \ musl-dev \ - npm \ - nodejs \ + npm nodejs \ openjdk8-jre \ perl \ php7 \ py3-setuptools \ - ruby \ - ruby-dev \ - ruby-bundler \ - ruby-rdoc + ruby ruby-dev ruby-bundler ruby-rdoc ######################################## # Copy dependencies files to container #