Merge pull request #2647 from AndrewKvalheim/chromium-dependencies

Install missing test dependency in base image
This commit is contained in:
Stella Rouzi 2020-10-28 18:11:29 +02:00 committed by GitHub
commit 6956b2b48c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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