Split installs in one per line

This commit is contained in:
Gabo 2020-07-04 11:06:52 -05:00
parent 759e358835
commit ebd50aebbb

View file

@ -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 #