Skip to content

Commit

Permalink
Dockerfile: Add zypper packages for rubygems
Browse files Browse the repository at this point in the history
Installing rubygem faraday_middleware
using bundler is currently broken.

Fixes coala#234
  • Loading branch information
jayvdb committed Aug 3, 2017
1 parent c24a666 commit 8d0c396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN \
--plus-repo http://download.opensuse.org/repositories/devel:languages:lua/openSUSE_Factory/ \
# ruby 2.2
--plus-repo http://download.opensuse.org/repositories/devel:languages:ruby/openSUSE_Tumbleweed/ \
# ruby gems
--plus-repo http://download.opensuse.org/repositories/devel:languages:ruby:extensions/openSUSE_Leap_42.3/ \
# flawfinder
--plus-repo http://download.opensuse.org/repositories/home:illuusio/openSUSE_Tumbleweed/ \
# astyle
Expand Down Expand Up @@ -98,6 +100,8 @@ RUN \
ruby2.2 \
ruby2.2-devel \
ruby2.2-rubygem-bundler \
ruby2.2-rubygem-faraday_middleware \
ruby2.2-rubygem-ffi \
ShellCheck \
subversion \
tar \
Expand Down

0 comments on commit 8d0c396

Please sign in to comment.