# 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