X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-be%2Fdist%2Fsdc-onboard-db-init-docker%2Fartifacts%2FDockerfile;h=b5b3c4d10fbc030ed99a905ed1671c6cf41ba301;hb=a062326d5c284d58dc009387f4c30488d2fdbb43;hp=abd09a9767febb3f19437bd8e638c061b8073665;hpb=5ae80618434419a4fbf773e05e8771e067f3e25f;p=sdc.git diff --git a/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile b/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile index abd09a9767..b5b3c4d10f 100644 --- a/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile +++ b/openecomp-be/dist/sdc-onboard-db-init-docker/artifacts/Dockerfile @@ -22,6 +22,8 @@ RUN apt-get update --allow-releaseinfo-change && apt-get install -y python-pip & ruby-dev \ libffi-dev \ libxml2-dev && \ + gem install public_suffix -v 4.0.7 --no-document && \ + 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