Merge "update docker version to 16.04"
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 20 Nov 2017 08:57:01 +0000 (08:57 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 20 Nov 2017 08:57:01 +0000 (08:57 +0000)
1  2 
docker/Dockerfile

@@@ -20,11 -20,11 +20,11 @@@ ENV REPOS_DIR="/home/opnfv/repos" 
  # Set work directory
  
  # Yardstick repo
- ENV YARDSTICK_REPO_DIR ${REPOS_DIR}/yardstick
- ENV RELENG_REPO_DIR ${REPOS_DIR}/releng
- ENV STORPERF_REPO_DIR ${REPOS_DIR}/storperf
+ ENV YARDSTICK_REPO_DIR="${REPOS_DIR}/yardstick" \
+     RELENG_REPO_DIR="${REPOS_DIR}/releng" \
+     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