From ebd50aebbb690cc7211d35b50813e709807dfbe9 Mon Sep 17 00:00:00 2001 From: Gabo Date: Sat, 4 Jul 2020 11:06:52 -0500 Subject: [PATCH] Split installs in one per line --- Dockerfile | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ec35c14..d342356c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,14 +37,26 @@ ARG RAKUBREW_HOME=/tmp/rakubrew # Run APK installs # #################### RUN apk add --no-cache \ - bash curl \ - gcc go \ - icu-libs jq libxml2-utils make musl-dev \ - npm nodejs \ + ansible-lint \ + bash \ + curl \ + gcc \ + go \ + icu-libs \ + jq \ + libxml2-utils \ + make \ + musl-dev \ + npm \ + nodejs \ openjdk8-jre \ - perl php7 \ - py3-setuptools ansible-lint \ - ruby ruby-dev ruby-bundler ruby-rdoc + perl \ + php7 \ + py3-setuptools \ + ruby \ + ruby-dev \ + ruby-bundler \ + ruby-rdoc ######################################## # Copy dependencies files to container #