osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/40358?usp=email )
Change subject: debian-bookworm-build: add deps for osmo-dev test ...................................................................... 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 --- M debian-bookworm-build/Dockerfile 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/58/40358/1 diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile index 170d363..5b98bef 100644 --- a/debian-bookworm-build/Dockerfile +++ b/debian-bookworm-build/Dockerfile @@ -104,13 +104,16 @@ libgnutls28-dev \ libgps-dev \ libgsm1-dev \ + libidn-dev \ libjansson-dev \ liblua5.3-dev \ libmnl-dev \ + libmongoc-dev \ libncurses5-dev \ libnewlib-arm-none-eabi \ libnftables-dev \ libnftnl-dev \ + libnghttp2-dev \ libnl-3-dev \ libnl-route-3-dev \ liboping-dev \ @@ -124,6 +127,7 @@ libsnmp-dev \ libsofia-sip-ua-glib-dev \ libsqlite3-dev \ + libssh-gcrypt-dev \ libssl-dev \ libtalloc-dev \ libtinfo5 \ @@ -132,10 +136,12 @@ libusb-1.0-0-dev \ libusb-dev \ libxml2-utils \ + libyaml-dev \ libzmq3-dev \ locales \ lua-socket \ make \ + meson \ mscgen \ ofono \ openssh-client \ @@ -149,6 +155,7 @@ python3-nwdiag \ python3-pip \ python3-pyflakes \ + python3-pytest \ python3-setuptools \ python3-usb \ python3-yaml \ -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/40358?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I528565fe21b5989fff1d1b005e53136af5be429e Gerrit-Change-Number: 40358 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de>