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 \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40311?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4ca9d1823037889315f50de629e5581964cda079
Gerrit-Change-Number: 40311
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>