Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-upf-vpp
Commits
8b36d4f2
Commit
8b36d4f2
authored
Nov 22, 2021
by
Raphael Defosseux
Browse files
Merge branch 'dpdk_lib' into 'develop'
numa lib added for dpdk See merge request
!12
parents
627cb46a
537e577b
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile.upf-vpp.rhel7
View file @
8b36d4f2
...
...
@@ -91,6 +91,7 @@ RUN yum repolist --disablerepo=* && \
tshark \
tzdata\
iproute \
numactl-devel \
wget \
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 \
...
...
docker/Dockerfile.upf-vpp.ubuntu18
View file @
8b36d4f2
...
...
@@ -97,6 +97,7 @@ RUN apt-get update && \
python-pip \
libcurl4-openssl-dev \
libssl-dev \
libnuma1 \
&& rm -rf /var/lib/apt/lists/*
RUN pip install pycurl termcolor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment