From c641bbfb9e62465b6389b60e0f0daf114a2681e4 Mon Sep 17 00:00:00 2001 From: Radek Antoniuk <521838+rantoniuk@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:20:29 +0200 Subject: [PATCH] chore: use depth=1 for cloning (#28276) --- docs/docs/installation/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/docker-compose.mdx b/docs/docs/installation/docker-compose.mdx index 82374313e..a42073400 100644 --- a/docs/docs/installation/docker-compose.mdx +++ b/docs/docs/installation/docker-compose.mdx @@ -50,7 +50,7 @@ Note that this documentation assumes that you have [Docker](https://www.docker.c following command: ```bash -git clone https://github.com/apache/superset.git +git clone --depth=1 https://github.com/apache/superset.git ``` Once that command completes successfully, you should see a new `superset` folder in your