pespin has uploaded this change for review.

View Change

open5gs-master: Install open5gs-dbctl to /usr/bin

meson install doesn't install that file because it's aimed at
developers. However, debian package does install it manually in
debian/open5gs-common.install.
Hence, the app is available in open5gs-latest docker image, but not in
open5gs-master. Manually copy it to /usr/bin to have both behave the
same in this aspect.

Related: SYS#6588
Change-Id: I54a760d04e6522d843e6d65b94ef6067e502fbaa
---
M open5gs-master/Dockerfile
1 file changed, 19 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/10/34710/1
diff --git a/open5gs-master/Dockerfile b/open5gs-master/Dockerfile
index 99def99..827d661 100644
--- a/open5gs-master/Dockerfile
+++ b/open5gs-master/Dockerfile
@@ -55,4 +55,5 @@
--libdir=lib/x86_64-linux-gnu \
--libexecdir=lib/x86_64-linux-gnu && \
meson configure build && \
- ninja -C build install
+ ninja -C build install && \
+ install -m 0755 build/misc/db/open5gs-dbctl /usr/bin/open5gs-dbctl

To view, visit change 34710. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I54a760d04e6522d843e6d65b94ef6067e502fbaa
Gerrit-Change-Number: 34710
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange