From 418d67f153bc4c672fd00a6dbc9d0d356639fa7b Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 1 Aug 2017 22:52:58 -0400 Subject: Update git submodules * Update docs/submodules/dovetail from branch 'master' - Bugfix: Build docker image failed because of lacking of packages JIRA: DOVETAIL-475 1. Dovetail fails to build Docker image. CI Link: https://build.opnfv.org/ci/view/dovetail/job/dovetail-docker-build-push-master/162/console Traceback: Running setup.py install for cryptography c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory 2. Refer to https://cryptography.io/en/latest/installation/ For Debian and Ubuntu, the following command will ensure that the required dependencies are installed: sudo apt-get install build-essential libssl-dev libffi-dev python-dev Change-Id: Icb705823c58d8a557175d48b00745119c0a6b3b9 Signed-off-by: xudan --- docs/submodules/dovetail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail index 26e2f9ff0..0613773ea 160000 --- a/docs/submodules/dovetail +++ b/docs/submodules/dovetail @@ -1 +1 @@ -Subproject commit 26e2f9ff08e86d661fd6a0ad9b3d6dfefedcc2d7 +Subproject commit 0613773ea94a9d2d4a553348b3c5363cef2dd93c -- cgit 1.2.3-korg