From cf29664f0acaca4b21ea1b2f63e20453de843c93 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 28 May 2026 00:10:52 +0200 Subject: [PATCH] Add wget for Coolify health checks --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f88e80..177771d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \ apt-get update -qq && \ apt-get install --no-install-recommends -y \ - curl libjemalloc2 libvips libpq-dev telnet imagemagick + curl libjemalloc2 libvips libpq-dev telnet imagemagick wget # Set production environment ENV RAILS_ENV="production" \