aboutsummaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/sdc-simulator/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/webseal-simulator/sdc-simulator/Dockerfile')
-rw-r--r--utils/webseal-simulator/sdc-simulator/Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile
index 2a40fb4070..3a776133a4 100644
--- a/utils/webseal-simulator/sdc-simulator/Dockerfile
+++ b/utils/webseal-simulator/sdc-simulator/Dockerfile
@@ -14,9 +14,9 @@ RUN set -ex && \
libffi-dev \
libxml2-dev && \
gem install --no-update-sources \
- public_suffix:5.1.1 multipart-post:2.4.1 etc:1.4.3 bundler:2.4.22 chef:14.15.6 \
- faraday:2.8.1 minitar:0.12.1 berkshelf:7.0.10 \
- io-console:0.7.2 \
+ 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 \
+ faraday:2.8.1 minitar:0.12.1 berkshelf:6.3.1 \
+ io-console:0.4.6 \
webrick \
json \
--no-document && \
@@ -39,7 +39,7 @@ RUN sed -i 's/"jetty"/"onap"/g' $JETTY_FOLDER/etc/jetty-setuid.xml
COPY --chown=onap:onap chef-solo $JETTY_FOLDER/chef-solo/
COPY --chown=onap:onap chef-repo/cookbooks $JETTY_FOLDER/chef-solo/cookbooks/
-ADD --chown=onap:onap WSSimulator*.war $JETTY_FOLDER/webapps/
+ADD --chown=onap:onap WSSimulator*.war $JETTY_FOLDER/webapps/
COPY --chown=onap:onap startup.sh $JETTY_FOLDER/
RUN chmod 770 $JETTY_FOLDER/startup.sh