fix(image): install chromium to /usr/bin/chromium
All checks were successful
build image / build (push) Successful in 7m9s
All checks were successful
build image / build (push) Successful in 7m9s
This commit is contained in:
parent
e6ec105d11
commit
2db5a90b6b
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ RUN apt-get update \
|
|||
nodejs yarnpkg \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& ln -s /usr/bin/yarnpkg /usr/bin/yarn
|
||||
&& ln -s /usr/bin/yarnpkg /usr/bin/yarn \
|
||||
&& ln -s /usr/bin/chromium-browser /usr/bin/chromium
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue