From d748508f3c35ddf7212807b9be26d7527cbfae20 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 15 Dec 2021 16:55:26 +0100 Subject: [PATCH] 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 --- osmo-remsim-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile index 991c97ee..ed81e3d2 100644 --- a/osmo-remsim-latest/Dockerfile +++ b/osmo-remsim-latest/Dockerfile @@ -7,7 +7,7 @@ FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION 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