Change in docker-playground[master]: osmo-remsim-test-latest: install client-shell

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Dec 23 17:17:35 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/26680 )


Change subject: osmo-remsim-test-latest: install client-shell
......................................................................

osmo-remsim-test-latest: install client-shell

Fix for failing ttcn3-remsim-test-latest, in osmo-remsim-client.log:
  /bin/sh: 1: osmo-remsim-client-shell: not found

Change-Id: Ia3041ea6f19ebe53e05117806acf88d3f86d4479
---
M osmo-remsim-latest/Dockerfile
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/80/26680/1

diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile
index c684cb8..80b8296 100644
--- a/osmo-remsim-latest/Dockerfile
+++ b/osmo-remsim-latest/Dockerfile
@@ -10,6 +10,7 @@
 		apt-get update && \
 		apt-get install -y --no-install-recommends \
 			osmo-remsim-server \
+			osmo-remsim-client-shell \
 			osmo-remsim-client-st2 \
 			osmo-remsim-bankd && \
 		apt-get clean \
@@ -17,6 +18,7 @@
 	centos*) \
 		dnf install -y \
 			osmo-remsim-server \
+			osmo-remsim-client-shell \
 			osmo-remsim-client-st2 \
 			osmo-remsim-bankd \
 		;; \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26680
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia3041ea6f19ebe53e05117806acf88d3f86d4479
Gerrit-Change-Number: 26680
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211223/14a92547/attachment.htm>


More information about the gerrit-log mailing list