fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/23282 )
Change subject: fix ttcn3-bsc-test under CentOS: install missing
osmo-bts-omldummy
......................................................................
fix ttcn3-bsc-test under CentOS: install missing osmo-bts-omldummy
In binary packages for Debian, osmo-bts-omldummy is (for some reason)
part of 'osmo-bts-virtual' package. For CentOS this binary is
shipped properly in a separate package, so let's install it.
This change fixes ttcn3-bsc-test under CentOS failing with:
/usr/local/bin/respawn.sh: line 9: osmo-bts-omldummy: command not found
Change-Id: Ibbfd88d914a31dcfd3e33c6025d612d456b6b124
---
M osmo-bts-latest/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground
refs/changes/82/23282/1
diff --git a/osmo-bts-latest/Dockerfile b/osmo-bts-latest/Dockerfile
index 6e835d5..202a29c 100644
--- a/osmo-bts-latest/Dockerfile
+++ b/osmo-bts-latest/Dockerfile
@@ -16,6 +16,7 @@
dnf install -y \
osmo-bts \
osmo-bts-virtual \
+ osmo-bts-omldummy \
;; \
esac
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23282
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibbfd88d914a31dcfd3e33c6025d612d456b6b124
Gerrit-Change-Number: 23282
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange