osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40311?usp=email )
Change subject: testenv: podman: add erlang-dev ......................................................................
testenv: podman: add erlang-dev
Add the full erlang-dev package to the podman container, so we can build osmo-epdg from source. Without this it fails with ei.h missing.
Change-Id: I4ca9d1823037889315f50de629e5581964cda079 --- M _testenv/data/podman/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/11/40311/1
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile index 3b0afb1..9f92206 100644 --- a/_testenv/data/podman/Dockerfile +++ b/_testenv/data/podman/Dockerfile @@ -31,6 +31,7 @@ ccache \ cmake \ cpio \ + erlang-dev \ erlang-nox \ flex \ gdb \