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:
Andrew Kvalheim 2020-03-16 18:55:45 -07:00
parent e6f3aa559e
commit d088a4ae17

View file

@ -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