Skip to content

Commit a815a9e

Browse files
committed
Install bundler in Docker for rake gem:native
Looks like it is no longer pre-installed by default.
1 parent b20c8b0 commit a815a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ task 'gem:native' do
3838
# Only one version should be specified, as the shared library is Ruby-agnostic.
3939
#
4040
# g++-multilib is installed for 64->32-bit cross-compilation.
41-
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && bundle && gem i rake --no-document && "\
41+
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && gem i rake bundler --no-document && bundle && "\
4242
"rake clean && rake cross native gem MAKE='nice make -j`nproc`' "\
4343
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
4444
end

0 commit comments

Comments
 (0)