From 0ec291f32468c8076c188e7c3d2d5c40caccc9cb Mon Sep 17 00:00:00 2001 From: bcarlin Date: Sun, 5 Jan 2025 19:30:54 +0100 Subject: [PATCH] fix: add yarn to the image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b30279d..90c3dc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && apt-get install --no-install-recommends --yes \ fontconfig \ chromium-browser \ - nodejs \ + nodejs yarnpkg \ git \ && rm -rf /var/lib/apt/lists/*