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
|
# as ruby
|
||||||
ruby2.5-devel \
|
ruby2.5-devel \
|
||||||
# as browser for feature tests
|
# as browser for feature tests
|
||||||
chromium
|
chromium xorg-x11-fonts
|
||||||
|
|
||||||
# Setup sudo
|
# Setup sudo
|
||||||
RUN echo 'osem ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
RUN echo 'osem ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue