bugfix: install the missing package openssh-client 49/39249/1
authorzhihui wu <wu.zhihui1@zte.com.cn>
Mon, 14 Aug 2017 10:52:52 +0000 (18:52 +0800)
committerzhihui wu <wu.zhihui1@zte.com.cn>
Mon, 14 Aug 2017 10:52:52 +0000 (18:52 +0800)
Change-Id: Ie0889a8e3cd5ae30765353329320aed938749e46
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
docker/Dockerfile

index 8109fb6..0405aa4 100644 (file)
@@ -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/*