summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-11-17 17:16:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-17 17:16:51 +0000
commit31b02e5b95d8b4076ef60667d051a8a1a6b072ba (patch)
tree2a52c59f1f98e78d399d34f341de8b41ddb7e400 /docker
parent3636829d1fd2053d09c95a98ec1a697c601e0e6f (diff)
parent952c68f74c03facff84b987aa508040dd43ee30b (diff)
Merge "Dockerfile: apt-get clean to save layer space"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b48a550bf..a58bbbc7b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -24,7 +24,7 @@ ENV YARDSTICK_REPO_DIR ${REPOS_DIR}/yardstick
ENV RELENG_REPO_DIR ${REPOS_DIR}/releng
ENV STORPERF_REPO_DIR ${REPOS_DIR}/storperf
-RUN apt-get update && apt-get install -y git python-setuptools python-pip
+RUN apt-get update && apt-get install -y git python-setuptools python-pip && apt-get -y autoremove && apt-get clean
RUN easy_install -U setuptools==30.0.0
RUN pip install appdirs==1.4.0