[SDC]: Fix for build failure in sdc-simulator 31/142931/1
authorankita.singhal <ankita.singhal@t-systems.com>
Thu, 15 Jan 2026 08:31:43 +0000 (09:31 +0100)
committerankita.singhal <ankita.singhal@t-systems.com>
Thu, 15 Jan 2026 08:31:43 +0000 (09:31 +0100)
- Chef install fails because ffi-yajl version is incompatible with Ruby 2.7

Issue-ID: SDC-4782
Change-Id: Ic24d043d7a9bd63256cab66e591b1f96aba18dce
Signed-off-by: ankita.singhal <ankita.singhal@t-systems.com>
utils/webseal-simulator/sdc-simulator/Dockerfile

index 2534f55..34d761c 100644 (file)
@@ -13,6 +13,8 @@ RUN set -ex && \
         ruby-dev \
         libffi-dev \
         libxml2-dev && \
+    \
+    gem install --no-document ffi-yajl -v 2.6.0 && \
     gem install --no-update-sources \
         multi_json:1.15.0 \
         rspec-its:1.3.0 hitimes:1.3.1 public_suffix:4.0.7 multipart-post:2.2.0 etc:1.3.0 bundler:2.3.26 chef:13.8.5 \