mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -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 \
|
||||
icu-libs \
|
||||
jq \
|
||||
libc-dev libxml2-dev \
|
||||
libc-dev libxml2-utils \
|
||||
libc-dev libxml2-dev libxml2-utils \
|
||||
make \
|
||||
musl-dev \
|
||||
npm nodejs-current \
|
||||
|
@ -75,8 +74,6 @@ RUN apk add --update --no-cache \
|
|||
readline-dev \
|
||||
ruby ruby-dev ruby-bundler ruby-rdoc \
|
||||
gnupg
|
||||
|
||||
|
||||
|
||||
########################################
|
||||
# Copy dependencies files to container #
|
||||
|
|
Loading…
Reference in a new issue