diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-08-14 18:52:52 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-08-14 18:52:52 +0800 |
commit | 7f9a8986daa417e05b55c6c9c52719ce1e060b18 (patch) | |
tree | f6d115852217e16415bc16eb0ced080e66cd60d0 /docker/Dockerfile | |
parent | 2a91ca171b2c6defe5ce4ec23426d3140e4572cf (diff) |
bugfix: install the missing package openssh-client
Change-Id: Ie0889a8e3cd5ae30765353329320aed938749e46
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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/* |