fix: add yarn to the image
All checks were successful
build image / build (push) Successful in 7m33s
All checks were successful
build image / build (push) Successful in 7m33s
This commit is contained in:
parent
d03cc5ca34
commit
0ec291f324
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue