summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-03-08 23:37:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-08 23:37:03 +0000
commitc189ccac5702322ed843fe17057035b7222a59b6 (patch)
tree207c76d6bb1531a69f54c302bc2a73ae444dc4af /ci
parent7ca470b86711f5f1abaa439de4ea0626f5849b0b (diff)
parent977317100f3b52caafb091ad5924e5dd81982433 (diff)
Merge "Match the config from ubuntu"
Diffstat (limited to 'ci')
-rw-r--r--ci/build_deb/Dockerfile1
-rw-r--r--ci/build_rpm/Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/build_deb/Dockerfile b/ci/build_deb/Dockerfile
index 676afcf67..e097e814b 100644
--- a/ci/build_deb/Dockerfile
+++ b/ci/build_deb/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
zlibc \
zlib1g \
zlib1g-dev \
+ libssl-dev \
libglib2.0-dev \
libtool \
flex \
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
index 6004c9057..fd2ab97f2 100644
--- a/ci/build_rpm/Dockerfile
+++ b/ci/build_rpm/Dockerfile
@@ -12,6 +12,7 @@ RUN yum -y update && yum -y install \
gettext \
bc \
bison\
+ openssl-devel \
flex\
rpm \
rpm-build