fix: add yarn to the image
All checks were successful
build image / build (push) Successful in 6m55s
All checks were successful
build image / build (push) Successful in 6m55s
This commit is contained in:
parent
d03cc5ca34
commit
e6ec105d11
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,10 @@ 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/* \
|
||||||
|
&& ln -s /usr/bin/yarnpkg /usr/bin/yarn
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue