summaryrefslogtreecommitdiffstats
path: root/ci/docker
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-11 22:27:16 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-11 22:27:16 -0400
commitbdd42e03b0e8ce99888d8ead6a622113af6d2ab5 (patch)
tree07e99e27929e97a6c45e87c5c54698e7b4707a09 /ci/docker
parente42f39095b44afb964e17abc9a4a57614105406e (diff)
unit ci docker test entrance for different test suites
JIRA: BOTTLENECK-48 Change-Id: I317c374166c51612be2aaa934738c9c50068c6b1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci/docker')
-rw-r--r--ci/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index bb6d64ef..217c1361 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -8,7 +8,6 @@
##############################################################################
FROM ubuntu:14.04
-MAINTAINER Qi Liang <liangqi1@huawei.com>
LABEL image=opnfv/bottlenecks
@@ -19,6 +18,7 @@ ENV REPOS_DIR /home/opnfv
ENV BOTTLENECKS_REPO_DIR ${REPOS_DIR}/bottlenecks
ENV RELENG_REPO_DIR ${REPOS_DIR}/releng
+#new test suite required packages can be added here
RUN apt-get update && apt-get install -y \
curl \
wget \