From d883d8b5680641cc81806eb176a78953286eec64 Mon Sep 17 00:00:00 2001 From: Harel Hadad Date: Tue, 21 Jun 2022 13:51:43 +0300 Subject: [PATCH] remove git history from image --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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