Commit 8b36d4f2 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'dpdk_lib' into 'develop'

numa lib added for dpdk

See merge request oai/cn5g/oai-cn5g-upf-vpp!12
parents 627cb46a 537e577b
...@@ -91,6 +91,7 @@ RUN yum repolist --disablerepo=* && \ ...@@ -91,6 +91,7 @@ RUN yum repolist --disablerepo=* && \
tshark \ tshark \
tzdata\ tzdata\
iproute \ iproute \
numactl-devel \
wget \ wget \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
wget http://repo.openfusion.net/centos7-x86_64/hyperscan-devel-5.3.0-1.of.el7.x86_64.rpm \ wget http://repo.openfusion.net/centos7-x86_64/hyperscan-devel-5.3.0-1.of.el7.x86_64.rpm \
......
...@@ -97,6 +97,7 @@ RUN apt-get update && \ ...@@ -97,6 +97,7 @@ RUN apt-get update && \
python-pip \ python-pip \
libcurl4-openssl-dev \ libcurl4-openssl-dev \
libssl-dev \ libssl-dev \
libnuma1 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install pycurl termcolor RUN pip install pycurl termcolor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment