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
This commit is contained in:
Oliver Smith 2021-12-23 18:07:00 +01:00 committed by laforge
parent 140a227472
commit f621a7d96f
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN case "$DISTRO" in \
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 @@ RUN case "$DISTRO" in \
centos*) \
dnf install -y \
osmo-remsim-server \
osmo-remsim-client-shell \
osmo-remsim-client-st2 \
osmo-remsim-bankd \
;; \