Commit 4340277b authored by Robert Schmidt's avatar Robert Schmidt

Dockerfiles for gNB AW2S: add gdb for debugging

parent 883724b9
...@@ -47,6 +47,7 @@ RUN dnf update -y && \ ...@@ -47,6 +47,7 @@ RUN dnf update -y && \
libXpm \ libXpm \
libX11 \ libX11 \
atlas \ atlas \
gdb \
lksctp-tools \ lksctp-tools \
tzdata \ tzdata \
net-tools \ net-tools \
......
...@@ -48,6 +48,7 @@ RUN dnf update -y && \ ...@@ -48,6 +48,7 @@ RUN dnf update -y && \
libXpm \ libXpm \
libX11 \ libX11 \
atlas \ atlas \
gdb \
lksctp-tools \ lksctp-tools \
tzdata \ tzdata \
net-tools \ net-tools \
......
...@@ -51,6 +51,7 @@ RUN apt-get update && \ ...@@ -51,6 +51,7 @@ RUN apt-get update && \
libblas3 \ libblas3 \
libatlas3-base \ libatlas3-base \
libconfig9 \ libconfig9 \
gdb \
openssl \ openssl \
net-tools \ net-tools \
iproute2 \ iproute2 \
......
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