mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Install libatomic in FHI72 gNB images
libatomic is required by DPDK 24.11.4 Signed-off-by: Teodora Vladić <teodora.vladic@openairinterface.org>
This commit is contained in:
committed by
Romain Beurdouche
parent
82f57789a5
commit
9fb78e1b34
@@ -41,6 +41,7 @@ RUN rm -f /etc/rhsm-host && \
|
||||
python3-pip \
|
||||
net-tools \
|
||||
iputils \
|
||||
libatomic \
|
||||
yaml-cpp-devel && \
|
||||
pip3 install six && \
|
||||
pip3 install requests && \
|
||||
|
||||
@@ -18,6 +18,7 @@ ENV TZ=Europe/Paris
|
||||
RUN dnf update -y && \
|
||||
dnf install -y \
|
||||
procps-ng \
|
||||
libatomic \
|
||||
libXpm \
|
||||
libX11 \
|
||||
lksctp-tools \
|
||||
|
||||
@@ -41,6 +41,7 @@ RUN apt-get update && \
|
||||
python3 \
|
||||
python3-six \
|
||||
python3-requests \
|
||||
libatomic1 \
|
||||
libyaml-cpp-dev && \
|
||||
# if the --sanitize option was used to build, additional packages are required
|
||||
/bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \
|
||||
|
||||
Reference in New Issue
Block a user