Merge pull request #469 from github/LFS

Adding LFS
This commit is contained in:
Lukas Gravley 2020-07-23 09:24:14 -05:00 committed by GitHub
commit f8f6c88c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,23 +54,19 @@ RUN apk add --update --no-cache \
bash \ bash \
curl \ curl \
gcc \ gcc \
git \ git git-lfs\
go \ go \
icu-libs \ icu-libs \
jq \ jq \
libxml2-utils \ libxml2-utils \
make \ make \
musl-dev \ musl-dev \
npm \ npm nodejs \
nodejs \
openjdk8-jre \ openjdk8-jre \
perl \ perl \
php7 \ php7 \
py3-setuptools \ py3-setuptools \
ruby \ ruby ruby-dev ruby-bundler ruby-rdoc
ruby-dev \
ruby-bundler \
ruby-rdoc
######################################## ########################################
# Copy dependencies files to container # # Copy dependencies files to container #