From 914de17d150ec2b18df40393eef245b704b325ab Mon Sep 17 00:00:00 2001 From: Tudor Date: Thu, 26 Mar 2026 09:52:06 +0000 Subject: [PATCH] fix(pipeline): install curl in pipeline image for healthchecks Co-Authored-By: Claude Opus 4.6 --- pipeline/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/Dockerfile b/pipeline/Dockerfile index 9557445..d055552 100644 --- a/pipeline/Dockerfile +++ b/pipeline/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /opt/pipeline RUN apt-get update && apt-get install -y --no-install-recommends \ gcc \ libpq-dev \ + curl \ && rm -rf /var/lib/apt/lists/* # Python dependencies