summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-06-21 17:23:11 +0800
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2018-06-21 14:30:01 +0000
commit3e33f5c8b8ce0d1a03e7fc4378580882fbc4b446 (patch)
treee2f5e3ad8c3c129b95456cef2c86c2bb570b9a92
parent6cc88168430565cea5eb7dd278d849947ed1d20d (diff)
Add sudo to docker
It seems sudo is not included in Bottlenecks docker. This patch is to fix it. Change-Id: Icb3c09acb877acfc4817b2aa67689045846c716d Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 76619a3824f213715e012fdb23df64b079a4ff48)
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8f124cb2..c91a60f1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -36,6 +36,7 @@ RUN apt-get update && apt-get install -y \
vim \
iputils-ping \
sshpass \
+ sudo \
python-setuptools && \
apt-get -y autoremove && \
apt-get clean