fix: add yarn to the image
Some checks failed
build image / build (push) Has been cancelled

This commit is contained in:
Bruno Carlin 2025-01-05 19:30:54 +01:00
parent d03cc5ca34
commit 4afcc5f68c

View file

@ -7,7 +7,8 @@ RUN apt-get update \
&& apt-get install --no-install-recommends --yes \ && apt-get install --no-install-recommends --yes \
fontconfig \ fontconfig \
chromium-browser \ chromium-browser \
nodejs \ nodejs yarn \
git \ git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
³