From 78b71ef91501c379b33d64de6ab7341d1dbec6e4 Mon Sep 17 00:00:00 2001 From: Pierre Padrixe Date: Tue, 8 Jul 2014 11:51:05 +0200 Subject: [PATCH] Remove useless mkdir in tcup Dockerfile Change-Id: I6111a046736349e9d6bc13f8b8a6a0ca3fa83e08 --- scripts/tcup/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tcup/Dockerfile b/scripts/tcup/Dockerfile index c0b267a0..f6729f7d 100644 --- a/scripts/tcup/Dockerfile +++ b/scripts/tcup/Dockerfile @@ -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