From cab3a7ac5d8bc196601ef716659617d432499bcc Mon Sep 17 00:00:00 2001 From: Venkata Harshavardhan Reddy Allu Date: Tue, 12 Mar 2019 14:33:56 +0530 Subject: Add file program to the feature container JIRA: SFC-139 File program is required by the osmclient to identify the mime-type of given descriptor packages. upstream[osmclient]: https://osm.etsi.org/gerrit/#/c/7112/ Change-Id: Iedbe87114e8d20d6124d38e5a9a812702d95c4aa Signed-off-by: Venkata Harshavardhan Reddy Allu --- docker/features/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 46ee9730c..10cc733dd 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -7,7 +7,7 @@ COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN apk --no-cache add --update python3 sshpass && \ apk --no-cache add --virtual .build-deps --update \ python-dev python3-dev build-base linux-headers libffi-dev \ - openssl-dev libjpeg-turbo-dev && \ + openssl-dev libjpeg-turbo-dev file && \ wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG > upper-constraints.txt && \ sed -i -E s/^tempest==+.*$/-e\ git+https:\\/\\/git.openstack.org\\/openstack\\/tempest#egg=tempest/ upper-constraints.txt && \ wget -q -O- https://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH > upper-constraints.opnfv.txt && \ -- cgit 1.2.3-korg