pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/34710?usp=email )


Change subject: open5gs-master: Install open5gs-dbctl to /usr/bin
......................................................................

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 https://gerrit.osmocom.org/c/docker-playground/+/34710?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

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

Reply via email to