fix: add yarn to the image
All checks were successful
build image / build (push) Successful in 7m33s

This commit is contained in:
Bruno Carlin 2025-01-05 19:30:54 +01:00 committed by Bruno Carlin
parent d03cc5ca34
commit 0ec291f324
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -7,7 +7,7 @@ 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 yarnpkg \
git \ git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*