Remove useless mkdir in tcup Dockerfile
Change-Id: I6111a046736349e9d6bc13f8b8a6a0ca3fa83e08
This commit is contained in:
parent
206e6a0e10
commit
78b71ef915
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user