From cac66d7fadbf82823c3c62a7e3da3fb6b97b1edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Thu, 5 Mar 2026 22:18:38 +0900 Subject: [PATCH] Dockerfile: remove git submodule initialization --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75be1c9e..8729f992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,10 +36,6 @@ RUN ZIG=$(grep '\.minimum_zig_version = "' "build.zig.zon" | cut -d'"' -f2) && \ mv zig-${ARCH}-linux-${ZIG} /usr/local/lib && \ ln -s /usr/local/lib/zig-${ARCH}-linux-${ZIG}/zig /usr/local/bin/zig -# install deps -RUN git submodule init && \ - git submodule update --recursive - # download and install v8 RUN case $TARGETPLATFORM in \ "linux/arm64") ARCH="aarch64" ;; \