🧪 feat: add working Docker cache test script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user