Skip to content

Commit

Permalink
Install bundler in Docker for rake gem:native
Browse files Browse the repository at this point in the history
Looks like it is no longer pre-installed by default.
  • Loading branch information
glebm committed Aug 19, 2019
1 parent b20c8b0 commit a815a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ task 'gem:native' do
# Only one version should be specified, as the shared library is Ruby-agnostic.
#
# g++-multilib is installed for 64->32-bit cross-compilation.
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && bundle && gem i rake --no-document && "\
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && gem i rake bundler --no-document && bundle && "\
"rake clean && rake cross native gem MAKE='nice make -j`nproc`' "\
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
end
Expand Down

0 comments on commit a815a9e

Please sign in to comment.