fix: add curl to frontend runtime image for healthcheck
This commit is contained in:
parent
300072a5d3
commit
7143840ea2
2 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ FROM debian:bookworm-slim
|
|||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue