fix(scripts): install make in pre-commit container

This commit is contained in:
2025-11-07 09:52:45 +01:00
parent bc740f7b1f
commit 4b33ed522d

View File

@@ -31,7 +31,7 @@ docker run --rm \
"$IMAGE_NAME:latest" \
sh -c "
echo '📦 Installing Go 1.25.3 and required tools...'
apk add --no-cache protobuf protobuf-dev bash git wget tar || exit 1
apk add --no-cache protobuf protobuf-dev bash git wget tar make || exit 1
# Install Go 1.25.3
cd /tmp && \