From 101e0a83d8a6b4690dafe72543b245e25af9255a Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 9 Jun 2022 19:36:13 +0100 Subject: Fix broken images build due to multipart-post gem Maximum supported version of multipart-post, with the current images Ruby & RubyGems is 2.2.0. Forcing the 2.2.0 version. Signed-off-by: Vasyl Razinkov Change-Id: Ie7a7232be817f005c36f09b023344b479c64457f Issue-ID: SDC-4041 --- asdctool/sdc-cassandra-init/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'asdctool') diff --git a/asdctool/sdc-cassandra-init/Dockerfile b/asdctool/sdc-cassandra-init/Dockerfile index f18eb7084c..35ce795775 100644 --- a/asdctool/sdc-cassandra-init/Dockerfile +++ b/asdctool/sdc-cassandra-init/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update --allow-releaseinfo-change && apt-get install -y python-pip & ruby-dev \ libffi-dev \ libxml2-dev && \ + gem install multipart-post -v 2.2.0 --no-document && \ gem install chef:13.8.5 berkshelf:6.3.1 io-console:0.4.6 etc webrick --no-document && \ apt-get update -y && apt-get remove bash -y --allow-remove-essential && \ apt-get install -y binutils && apt-get clean && gem cleanup -- cgit 1.2.3-korg