From: zhihui wu Date: Mon, 14 Aug 2017 10:52:52 +0000 (+0800) Subject: bugfix: install the missing package openssh-client X-Git-Tag: opnfv-5.0.0~37 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F39249%2F1;p=qtip.git bugfix: install the missing package openssh-client Change-Id: Ie0889a8e3cd5ae30765353329320aed938749e46 Signed-off-by: zhihui wu --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 8109fb69..0405aa45 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y \ iputils-ping \ wget \ curl \ + openssh-client \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*