Change in docker-playground[master]: osmo-remsim-latest: fix apt install command

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
Wed Dec 15 16:23:38 UTC 2021


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


Change subject: osmo-remsim-latest: fix apt install command
......................................................................

osmo-remsim-latest: fix apt install command

Adjust to the renamed subpackage in the "apt install" command to fix:
  E: Unable to locate package osmo-remsim-client

Related: osmo-remsim I6c634572af5036fd7f9ce1fee6d1474e06bdaa5a
Related: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-remsim-test-latest/253/console
Change-Id: I349111f4dd968f8e4de9598cc35aa99df221e06b
---
M osmo-remsim-latest/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile
index 991c97e..ed81e3d 100644
--- a/osmo-remsim-latest/Dockerfile
+++ b/osmo-remsim-latest/Dockerfile
@@ -7,7 +7,7 @@
 RUN	apt-get update && \
 	apt-get install -y --no-install-recommends \
 		osmo-remsim-server \
-		osmo-remsim-client \
+		osmo-remsim-client-st2 \
 		osmo-remsim-bankd && \
 	apt-get clean
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I349111f4dd968f8e4de9598cc35aa99df221e06b
Gerrit-Change-Number: 26576
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/20211215/e3d1fc39/attachment.htm>


More information about the gerrit-log mailing list