fix(docker): install curl in api runtime image so healthcheck works

This commit is contained in:
germondai
2026-07-08 15:48:48 +02:00
parent 973505b7f3
commit 52cd0ce3ac
+1
View File
@@ -92,6 +92,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
libasound2 \
fonts-liberation \
ca-certificates \
curl \
&& apt-get clean
COPY --from=oven/bun:1.3.14 /usr/local/bin/bun /usr/local/bin/bun