🧪 feat: add working Docker cache test script
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Has been cancelled
CI/CD Pipeline / Build Docker Cache (push) Has been cancelled

This commit is contained in:
2026-04-07 08:42:15 +02:00
parent 4ff58569d0
commit ea7f2ec93d
3 changed files with 303 additions and 10 deletions

View File

@@ -34,13 +34,5 @@ RUN go mod download && go mod verify
# Simple build environment - source code is mounted at runtime
WORKDIR /workspace
# Install basic CI tools
RUN apk add --no-cache \
git \
bash \
make \
gcc \
musl-dev
# Pre-download common Go tools
RUN go install github.com/swaggo/swag/cmd/swag@latest
# Pre-download common Go tools (already installed in base)
# RUN go install github.com/swaggo/swag/cmd/swag@latest