We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee72b91 commit 344c1dfCopy full SHA for 344c1df
1 file changed
native.sh
@@ -7,17 +7,17 @@ DOCKER_IMAGE="${DOCKER_IMAGE:-}"
7
8
if [ "${DOCKER_IMAGE}" = "centos/ruby-27-centos7" ]
9
then
10
- yum -y install rpm-build
+ yum -y install rpm-build yajl yajl-devel
11
elif [ "${DOCKER_IMAGE}" = "ubuntu:20.04" ]
12
13
apt update
14
apt install -y git ruby ruby-dev libffi-dev build-essential
15
- gem install bundler:2.1.4
16
fi
17
18
# Since secure_path is set on our CentOS build images, we also need to ensure
19
# we only use absolute paths when referencing the binaries we want to run.
20
GEM="$(command -v gem)"
+$GEM install bundler:2.2.21
21
BUNDLE="$(command -v bundle)"
22
RUBY="$(command -v ruby)"
23
0 commit comments