Skip to content

Commit 2e5987e

Browse files
chrisseatonansalond
authored andcommitted
gu install --file now
(cherry picked from commit fd645b2)
1 parent 10c274a commit 2e5987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ def dockerfile(*args)
20042004
graalvm_version = /\d+(\.\d+)*(-rc\d+)?(\-dev)?(-\h+)?/.match(graalvm_tarball).to_s
20052005
lines.push "RUN tar -zxf #{graalvm_tarball}"
20062006
lines.push "ENV D_GRAALVM_BASE=/test/graalvm-#{graalvm_version}"
2007-
lines.push "RUN $D_GRAALVM_BASE/bin/gu install /test/#{graalvm_component}"
2007+
lines.push "RUN $D_GRAALVM_BASE/bin/gu install --file /test/#{graalvm_component}"
20082008
lines.push "ENV D_RUBY_BASE=$D_GRAALVM_BASE/jre/languages/ruby"
20092009
lines.push "ENV D_RUBY_BIN=$D_GRAALVM_BASE/bin"
20102010
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

Comments
 (0)