Remove useless mkdir in tcup Dockerfile

Change-Id: I6111a046736349e9d6bc13f8b8a6a0ca3fa83e08
This commit is contained in:
Pierre Padrixe 2014-07-08 11:51:05 +02:00
parent 206e6a0e10
commit 78b71ef915

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