Merge "Remove useless mkdir in tcup Dockerfile"

This commit is contained in:
Jenkins 2014-07-16 14:18:15 +00:00 committed by Gerrit Code Review
commit 3c3ca863da
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ RUN apt-get install -y python-libxml2 libxslt1-dev libsasl2-dev
RUN apt-get install -y libsqlite3-dev libldap2-dev libffi-dev
# Setup Environment by Cloning refstack & tempest (choose right branch)
RUN mkdir temp
RUN git clone https://github.com/stackforge/refstack.git
RUN git clone https://github.com/openstack/tempest.git