From 4be8c603b98d73773ef97e382c40d04f00ad6166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Mon, 29 Jan 2018 11:36:02 +0100 Subject: [PATCH] Lock aegir version and add yarn Yarn does faster and reproducible builds (if there is a yarn.lock) so we should use yarn rather than npm (yarn also doesn't randomly fail on windows...) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5864bca..927b440 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN set -ex && \ # Install aegir, godoc2md, dnslink-dnsimple RUN set -ex && \ - npm install -g aegir && \ + npm install -g aegir@12.4.0 yarn@1.3.2 && \ go get -v github.com/lgierth/dnslink-dnsimple && \ go get -v github.com/davecheney/godoc2md