From 4afcc5f68c7b3c2f7567d0e23e771b129926c2e8 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b30279d..531e11f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update \ && apt-get install --no-install-recommends --yes \ fontconfig \ chromium-browser \ - nodejs \ + nodejs yarn \ git \ && rm -rf /var/lib/apt/lists/* +³ \ No newline at end of file