aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-15 16:55:26 +0100
committerOliver Smith <osmith@sysmocom.de>2021-12-15 16:56:12 +0100
commitd748508f3c35ddf7212807b9be26d7527cbfae20 (patch)
treea978702b4c27f481bcde621945a18086d23b649f
parentb9e45af675d35e5491718e4f2332c5732f14734f (diff)
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
-rw-r--r--osmo-remsim-latest/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 @@ 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