mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Split installs in one per line
This commit is contained in:
parent
759e358835
commit
ebd50aebbb
1 changed files with 19 additions and 7 deletions
26
Dockerfile
26
Dockerfile
|
@ -37,14 +37,26 @@ ARG RAKUBREW_HOME=/tmp/rakubrew
|
||||||
# Run APK installs #
|
# Run APK installs #
|
||||||
####################
|
####################
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash curl \
|
ansible-lint \
|
||||||
gcc go \
|
bash \
|
||||||
icu-libs jq libxml2-utils make musl-dev \
|
curl \
|
||||||
npm nodejs \
|
gcc \
|
||||||
|
go \
|
||||||
|
icu-libs \
|
||||||
|
jq \
|
||||||
|
libxml2-utils \
|
||||||
|
make \
|
||||||
|
musl-dev \
|
||||||
|
npm \
|
||||||
|
nodejs \
|
||||||
openjdk8-jre \
|
openjdk8-jre \
|
||||||
perl php7 \
|
perl \
|
||||||
py3-setuptools ansible-lint \
|
php7 \
|
||||||
ruby ruby-dev ruby-bundler ruby-rdoc
|
py3-setuptools \
|
||||||
|
ruby \
|
||||||
|
ruby-dev \
|
||||||
|
ruby-bundler \
|
||||||
|
ruby-rdoc
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Copy dependencies files to container #
|
# Copy dependencies files to container #
|
||||||
|
|
Loading…
Reference in a new issue