diff --git a/Dockerfile.dev b/Dockerfile.dev index 082e57a1b..a30563fb5 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -12,7 +12,7 @@ RUN yum -y clean all # Installing cloudwash USER 1001 WORKDIR "${HOME}" -RUN git clone https://github.com/RedHatQE/cloudwash.git && \ +RUN git clone --depth=1 https://github.com/RedHatQE/cloudwash.git && \ cd ${CLOUDWASH_DIR} && \ pip install --upgrade pip && \ pip install -r requirements.txt