diff mbox series

[API-NEXT,v1,1/1] shippable: add libconfig and libnuma

Message ID 1509037206-32522-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/1] shippable: add libconfig and libnuma | expand

Commit Message

Github ODP bot Oct. 26, 2017, 5 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


add libconfig and libnuma for docker image for api-next.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 262 (muvarov:api-next_shippable)
 ** https://github.com/Linaro/odp/pull/262
 ** Patch: https://github.com/Linaro/odp/pull/262.patch
 ** Base sha: d61d32590d1772b70b8dcd0d0ec44d29029d7443
 ** Merge commit sha: 994179feeb8121a96a433e6be9bb8f5acbf7f105
 **/
 scripts/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 995330fa0..b15282aaf 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -12,12 +12,14 @@  RUN sudo apt-get update && sudo apt-get install -yy \
   gcc-4.8 \
   graphviz \
   kmod \
-  mscgen \
+  libconfig-dev \
   libcunit1-dev \
+  libnuma-dev \
   libpcap-dev \
   libssl-dev \
   libtool \
   linux-headers-`uname -r` \
+  mscgen \
   ruby-dev
 
 RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10