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