From 64fc7025adad2e083902f8e1f970a959257c36a2 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Jun 2026 21:28:41 +0200 Subject: [PATCH] fix: use npm to install yar --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8fa322..bf7c3ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN wget -q -O /tmp/hugo.deb \ dpkg -i /tmp/hugo.deb && \ rm /tmp/hugo.deb -RUN corepack enable && corepack prepare yarn@stable --activate +RUN npm install -g yarn