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 10c274a commit 2e5987eCopy full SHA for 2e5987e
tool/jt.rb
@@ -2004,7 +2004,7 @@ def dockerfile(*args)
2004
graalvm_version = /\d+(\.\d+)*(-rc\d+)?(\-dev)?(-\h+)?/.match(graalvm_tarball).to_s
2005
lines.push "RUN tar -zxf #{graalvm_tarball}"
2006
lines.push "ENV D_GRAALVM_BASE=/test/graalvm-#{graalvm_version}"
2007
- lines.push "RUN $D_GRAALVM_BASE/bin/gu install /test/#{graalvm_component}"
+ lines.push "RUN $D_GRAALVM_BASE/bin/gu install --file /test/#{graalvm_component}"
2008
lines.push "ENV D_RUBY_BASE=$D_GRAALVM_BASE/jre/languages/ruby"
2009
lines.push "ENV D_RUBY_BIN=$D_GRAALVM_BASE/bin"
2010
lines.push "RUN PATH=$D_RUBY_BIN:$PATH $D_RUBY_BASE/lib/truffle/post_install_hook.sh" if distro.fetch('post-install')
0 commit comments