This Docker image extends the CircleCI Ruby Docker image with webkit dependencies as required
for the capybara-webkit gem.
capybara-webkit depends on a WebKit implementation from Qt. For Debian the dependencies have
to be installed as follows(reference):
sudo apt-get update
sudo apt-get install qt5-default libqt5webkit5-dev gstreamer1.0-plugins-base gstreamer1.0-tools gstreamer1.0-x
Binary to upload code coverage data to codeclimate.
https://docs.codeclimate.com/docs/configuring-test-coverage https://github.com/codeclimate/test-reporter
docker build -t webionate/ruby:2.5-node-webkit .
Docker Hub is configured to build Docker Images based on GitHub commits. Each ruby version is maintained in a corresponding branch. New Ruby versions/branches must be configured.
Content type
Image
Digest
Size
637.6 MB
Last updated
about 5 years ago
docker pull ergomentum/ruby:2.5-node-webkit