Merge #​2647 "Install missing test dependency in base image"

This commit is contained in:
Andrew Kvalheim 2020-06-26 20:19:32 -07:00
commit 14fe81be29

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