From 330e046d4070347f1fd0b629f4d3ae93779b0209 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Wed, 19 Feb 2020 23:41:33 +0100 Subject: Update the dockerfile to fix yarn install during build Signed-off-by: Max Magorsch --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 13d4f94..51dc8a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ RUN git clone https://anongit.gentoo.org/git/repo/gentoo.git /mnt/packages-tree/ COPY ./ /var/www/packages.gentoo.org/htdocs/ WORKDIR /var/www/packages.gentoo.org/htdocs/ RUN bundler install +RUN yarn cache clean +RUN yarn install --network-concurrency 1 RUN yarn install --check-files # Git clones here. -- cgit v1.2.3-65-gdbad