feature/epic2-core-services #6

Merged
master merged 60 commits from feature/epic2-core-services into main 2025-11-07 10:23:20 +01:00
Showing only changes of commit 4b33ed522d - Show all commits

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 && \