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
This commit is contained in:
Oliver Smith 2021-12-15 16:55:26 +01:00
parent b9e45af675
commit d748508f3c
1 changed files with 1 additions and 1 deletions

View File

@ -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