Revert "feat(docker): pre-install essential dev tools in minimal image"
This reverts commit 55862e527cf6b93f6b8c51830363f83e039f3409.
This commit is contained in:
parent
df87f3ba56
commit
984853f602
1 changed files with 1 additions and 9 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue