From: Cédric Ollivier Date: Wed, 20 Mar 2019 19:01:40 +0000 (+0100) Subject: Update rest-client for IMS testing X-Git-Tag: opnfv-8.1.0~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F67360%2F1;p=functest.git Update rest-client for IMS testing It has to be updated to conform with Alpine 3.9 [1] [1] http://artifacts.opnfv.org/functest/functest-opnfv-functest-vnf-latest-cloudify_ims-run-95/results/cloudify_ims/ims_test_output.txt Change-Id: Ic4130d86789537867372f6fbdc026929c28370f2 Signed-off-by: Cédric Ollivier (cherry picked from commit 6e4d9a3571bddf94065c9eb031b59731dad4b36d) --- diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile index e0d928ba4..3fa14a3c3 100644 --- a/docker/vnf/Dockerfile +++ b/docker/vnf/Dockerfile @@ -68,7 +68,7 @@ RUN apk --no-cache add --update \ (cd $GOPATH/src/github.com/juju/juju && git checkout $JUJU_TAG && godeps -u dependencies.tsv) && \ go install -v github.com/juju/juju/... && \ rm -r $GOPATH/src/ $GOPATH/pkg && \ - (cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system) && \ + (cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system && bundle update rest-client) && \ rm -r upper-constraints.txt upper-constraints.opnfv.txt /src/vims-test/.git /src/cloudify_vims/.git /src/heat_vims/.git /src/vims-test/quaff/.git \ /src/vims-test/build-infra/.git /src/opnfv-vnf-vyos-blueprint/.git \ /src/epc-requirements/abot_charm/.git /root/.cache/go-build \