fix(scripts): install make in pre-commit container
This commit is contained in:
@@ -31,7 +31,7 @@ docker run --rm \
|
|||||||
"$IMAGE_NAME:latest" \
|
"$IMAGE_NAME:latest" \
|
||||||
sh -c "
|
sh -c "
|
||||||
echo '📦 Installing Go 1.25.3 and required tools...'
|
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
|
# Install Go 1.25.3
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
|
|||||||
Reference in New Issue
Block a user