mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add missing Chromium dependencies in base image
Resolves:
$ docker run --rm osem/base chromium --no-sandbox --headless
… Check failed: InitDefaultFont(). Could not find the default font
This commit is contained in:
parent
e6f3aa559e
commit
d088a4ae17
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ RUN zypper -n install --no-recommends \
|
|||
# as ruby
|
||||
ruby2.5-devel \
|
||||
# as browser for feature tests
|
||||
chromium
|
||||
chromium xorg-x11-fonts
|
||||
|
||||
# Setup sudo
|
||||
RUN echo 'osem ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue