From 842bec2cb3d02aad7193ddd06d117c90d08319b2 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 15 May 2018 20:49:06 +0000 Subject: [PATCH] tweaking --- docker/elasticpot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/elasticpot/Dockerfile b/docker/elasticpot/Dockerfile index d97b3b11..85fd320d 100644 --- a/docker/elasticpot/Dockerfile +++ b/docker/elasticpot/Dockerfile @@ -14,7 +14,7 @@ RUN apk -U --no-cache add \ requests && \ mkdir -p /opt && \ cd /opt/ && \ - git clone https://github.com/schmalle/ElasticpotPY.git && \ + git clone --depth=1 https://github.com/schmalle/ElasticpotPY.git && \ # Setup user, groups and configs addgroup -g 2000 elasticpot && \