diff --git a/Dockerfile b/Dockerfile index b812e16f..3f339e85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN bundle config set --global no-cache 'true' && \ bundle config set --global jobs `expr $(cat /proc/cpuinfo | grep -c 'cpu cores')` && \ bundle config set --global retry 3 + FROM base as builder # packages required @@ -47,6 +48,7 @@ LABEL maintainer Travis CI GmbH