Revert "feat(docker): pre-install essential dev tools in minimal image"

This reverts commit 55862e527cf6b93f6b8c51830363f83e039f3409.
This commit is contained in:
曾文锋0668000834 2026-03-11 09:29:13 +08:00
parent df87f3ba56
commit 984853f602

View file

@ -20,15 +20,7 @@ RUN make build
# ============================================================ # ============================================================
FROM alpine:3.23 FROM alpine:3.23
RUN apk add --no-cache \ RUN apk add --no-cache ca-certificates tzdata curl
ca-certificates \
tzdata \
curl \
jq \
git \
python3 \
py3-pip \
bash
# Health check # Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \