summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.11
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker/Dockerfile.python3.11')
-rw-r--r--pkg/docker/Dockerfile.python3.112
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.11 b/pkg/docker/Dockerfile.python3.11
index b298b873..1d0322cc 100644
--- a/pkg/docker/Dockerfile.python3.11
+++ b/pkg/docker/Dockerfile.python3.11
@@ -15,7 +15,7 @@ RUN set -ex \
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
&& mkdir -p /usr/src/unit \
&& cd /usr/src/unit \
- && git clone -b 1.31.1-1 https://github.com/nginx/unit \
+ && git clone --depth 1 -b 1.31.1-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \