X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=utils%2Fwebseal-simulator%2Fsdc-simulator%2FDockerfile;h=c3758e1cbd9c2bbdeb577a8fda2d070fc2edc2fa;hb=a542f19d421229508c4408583e552c4c0eba84f1;hp=6b7b9d1957270153fa27a566b63f7f674ccf862f;hpb=0a0897466ccc94214466e63a8c33cb60c2141f91;p=sdc.git diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 6b7b9d1957..c3758e1cbd 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/integration-java11:12.0.0 +FROM onap/integration-java11:10.0.0 USER root ARG JETTY_FOLDER=/app/jetty @@ -13,7 +13,6 @@ RUN set -ex && \ ruby-dev \ libffi-dev \ libxml2-dev && \ - gem update --system --no-document && \ gem install --no-update-sources public_suffix:4.0.7 multipart-post:2.2.0 etc:1.3.0 bundler:2.3.26 chef:13.8.5 berkshelf:6.3.1 io-console:0.4.6 webrick --no-document && \ gem cleanup && \ apk update