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 \
|
&& 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/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue