aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-23 18:07:00 +0100
committerlaforge <laforge@osmocom.org>2021-12-24 10:52:12 +0000
commitf621a7d96f62619df071493672ded0c61a235cc0 (patch)
tree9170b946df58a9a565e37d03b63a517f54ceb8a9
parent140a22747274ab381dbf0ea882a9ce5a8a252ef5 (diff)
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
-rw-r--r--osmo-remsim-latest/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile
index c684cb8..80b8296 100644
--- a/osmo-remsim-latest/Dockerfile
+++ b/osmo-remsim-latest/Dockerfile
@@ -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 \
;; \