From b2e151f7384f152a88298db8215f5677be3eb6b1 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 10 Jun 2025 21:09:37 +0200 Subject: [PATCH] add curl so healthcheck works --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fb850fc..57ee30e 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ - build-essential \ + build-essential curl \ && rm -rf /var/lib/apt/lists/* # Copy Gemfile and Gemfile.lock