fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/27076 )
Change subject: open5gs-master: ensure consistent install paths with '-latest'
......................................................................
open5gs-master: ensure consistent install paths with '-latest'
This allows running TTCN-3 test cases against both '-latest' and
'-master' images using the same configuration files.
Change-Id: Ib4dcf3a9f77205dcdd0ff4932763e202cb89001c
Related: SYS#5602
---
M open5gs-master/Dockerfile
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/76/27076/1
diff --git a/open5gs-master/Dockerfile b/open5gs-master/Dockerfile
index 4ceca86..0173d42 100644
--- a/open5gs-master/Dockerfile
+++ b/open5gs-master/Dockerfile
@@ -46,4 +46,10 @@
# build + install open5gs
RUN cd $GITHUB_REPO && \
- meson build && ninja -C build install
+ meson build \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libdir=lib/x86_64-linux-gnu \
+ --libexecdir=lib/x86_64-linux-gnu && \
+ ninja -C build install
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/27076
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib4dcf3a9f77205dcdd0ff4932763e202cb89001c
Gerrit-Change-Number: 27076
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange