From 52cd0ce3ac839267d893ed26124fa01d7b6f1ef3 Mon Sep 17 00:00:00 2001 From: germondai Date: Wed, 8 Jul 2026 15:48:48 +0200 Subject: [PATCH] fix(docker): install curl in api runtime image so healthcheck works --- apps/api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 8639bfb..20447e9 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -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