summaryrefslogtreecommitdiffstats
path: root/ci/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/Dockerfile')
-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 \