add make to java build (ffi requires it)

This commit is contained in:
HoneyryderChuck 2020-02-03 01:00:31 +00:00
parent 2f6e54505b
commit 5e028e67f3

View File

@ -3,7 +3,7 @@
RUBY_PLATFORM=`ruby -e 'puts RUBY_PLATFORM'`
if [[ "$RUBY_PLATFORM" = "java" ]]; then
apk --update add git bash iptables
apk --update add make git bash iptables
elif [[ ${RUBY_VERSION:0:3} = "2.1" ]]; then
apk --update add g++ make git bash libsodium iptables
else