Skip to content

Commit 95ce281

Browse files
committed
debian-bookworm-build: add deps for osmo-dev test
Prepare to run new tests for gen_makefile.py in osmo-dev in CI. This requires pytest and open5gs dependencies to pass "meson setup". Related: osmo-dev I8bb2af7ffb902fd690e83e36739c2b4415b9ab80 Change-Id: I528565fe21b5989fff1d1b005e53136af5be429e
1 parent dc6be2b commit 95ce281

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debian-bookworm-build/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,16 @@ RUN set -x && \
104104
libgnutls28-dev \
105105
libgps-dev \
106106
libgsm1-dev \
107+
libidn-dev \
107108
libjansson-dev \
108109
liblua5.3-dev \
109110
libmnl-dev \
111+
libmongoc-dev \
110112
libncurses5-dev \
111113
libnewlib-arm-none-eabi \
112114
libnftables-dev \
113115
libnftnl-dev \
116+
libnghttp2-dev \
114117
libnl-3-dev \
115118
libnl-route-3-dev \
116119
liboping-dev \
@@ -124,6 +127,7 @@ RUN set -x && \
124127
libsnmp-dev \
125128
libsofia-sip-ua-glib-dev \
126129
libsqlite3-dev \
130+
libssh-gcrypt-dev \
127131
libssl-dev \
128132
libtalloc-dev \
129133
libtinfo5 \
@@ -132,10 +136,12 @@ RUN set -x && \
132136
libusb-1.0-0-dev \
133137
libusb-dev \
134138
libxml2-utils \
139+
libyaml-dev \
135140
libzmq3-dev \
136141
locales \
137142
lua-socket \
138143
make \
144+
meson \
139145
mscgen \
140146
ofono \
141147
openssh-client \
@@ -149,6 +155,7 @@ RUN set -x && \
149155
python3-nwdiag \
150156
python3-pip \
151157
python3-pyflakes \
158+
python3-pytest \
152159
python3-setuptools \
153160
python3-usb \
154161
python3-yaml \

0 commit comments

Comments
 (0)