diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-03-08 23:37:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-08 23:37:03 +0000 |
commit | c189ccac5702322ed843fe17057035b7222a59b6 (patch) | |
tree | 207c76d6bb1531a69f54c302bc2a73ae444dc4af /ci/build_deb | |
parent | 7ca470b86711f5f1abaa439de4ea0626f5849b0b (diff) | |
parent | 977317100f3b52caafb091ad5924e5dd81982433 (diff) |
Merge "Match the config from ubuntu"
Diffstat (limited to 'ci/build_deb')
-rw-r--r-- | ci/build_deb/Dockerfile | 1 |
1 files changed, 1 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 \ |