diff options
author | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2017-02-27 15:52:54 -0800 |
---|---|---|
committer | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2017-03-07 15:51:59 -0800 |
commit | 977317100f3b52caafb091ad5924e5dd81982433 (patch) | |
tree | 0cf16b1e84be7bc05051f3e4f2eef9592a72bc7c /ci | |
parent | 0c2f88aa2ccffc538c276caac88da6841107bf81 (diff) |
Match the config from ubuntu
As ubuntu 16.04 is using the same version kernel, we try to reuse the
config file from ubuntu server release.
Also added one rpm package required for building the new kernel config.
upstream-status: N/A
Change-Id: I471918eb1840bd36ba569abb63b2fa0b3d2fb4f3
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/build_deb/Dockerfile | 1 | ||||
-rw-r--r-- | ci/build_rpm/Dockerfile | 1 |
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 |