aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-12-14 04:15:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-14 04:15:48 +0000
commit9e5870ba9aeed6cc7e5be92d17165130f4e121d4 (patch)
treeaf7f81d46a2479893bf0bbae1a66706ae9f333cb
parentd146325720939acfbabff6da6463d15dc828c481 (diff)
parentf1ece4cc41b624136521bba6d04568a39a9b1100 (diff)
Merge "Dockerfile: apt-get clean to save layer space" into stable/euphrates
-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