mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Adding LFS
This commit is contained in:
parent
98ae902cf4
commit
5c0da604bf
1 changed files with 3 additions and 7 deletions
10
Dockerfile
10
Dockerfile
|
@ -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 #
|
||||||
|
|
Loading…
Reference in a new issue