mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
commit
f8f6c88c9b
1 changed files with 3 additions and 7 deletions
10
Dockerfile
10
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 #
|
||||
|
|
Loading…
Reference in a new issue