We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f38b78 commit 479a557Copy full SHA for 479a557
Rakefile
@@ -43,7 +43,11 @@ namespace :repackage do
43
44
# build all gem files
45
%w[x86-mingw32 x64-mingw32].each do |plat|
46
- RakeCompilerDock.sh "bundle install --local && bundle exec rake native:#{plat} gem --trace", platform: plat
+ RakeCompilerDock.sh(
47
+ "bundle install --local && bundle exec rake native:#{plat} gem --trace",
48
+ platform: plat,
49
+ options: ['--privileged'], # otherwise the directory in the image is empty
50
+ runas: false)
51
end
52
53
0 commit comments