mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Apply suggestions from code review
Co-authored-by: Gabriel Diaz <gabo.fdc@gmail.com>
This commit is contained in:
parent
05abc5ee69
commit
4f97027f7f
1 changed files with 1 additions and 4 deletions
|
@ -61,8 +61,7 @@ RUN apk add --update --no-cache \
|
||||||
go \
|
go \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
jq \
|
jq \
|
||||||
libc-dev libxml2-dev \
|
libc-dev libxml2-dev libxml2-utils \
|
||||||
libc-dev libxml2-utils \
|
|
||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
npm nodejs-current \
|
npm nodejs-current \
|
||||||
|
@ -76,8 +75,6 @@ RUN apk add --update --no-cache \
|
||||||
ruby ruby-dev ruby-bundler ruby-rdoc \
|
ruby ruby-dev ruby-bundler ruby-rdoc \
|
||||||
gnupg
|
gnupg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Copy dependencies files to container #
|
# Copy dependencies files to container #
|
||||||
########################################
|
########################################
|
||||||
|
|
Loading…
Reference in a new issue