Skip to content

Commit 86945a8

Browse files
committed
add runtime dependencies
1 parent 2e7a3db commit 86945a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.packager

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Packager.build do
3939
'zlib1g',
4040
'zlib1g-dev'
4141
]
42+
runtime [
43+
'libstdc++6',
44+
'libc6',
45+
'libffi5',
46+
'libgdbm3',
47+
'libncurses5',
48+
'libreadline6',
49+
'libssl0.9.8',
50+
'libyaml-0-2',
51+
'zlib1g'
52+
]
4253
end
4354
build do
4455
name 'heavywater-ruby'

0 commit comments

Comments
 (0)