mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2647 from AndrewKvalheim/chromium-dependencies
Install missing test dependency in base image
This commit is contained in:
commit
6956b2b48c
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