Add wget for Coolify health checks
All checks were successful
Build and Push Docker Image / build-and-push-image (push) Successful in 9m16s

This commit is contained in:
Christoph Haas 2026-05-28 00:10:52 +02:00
parent a58adf8149
commit cf29664f0a

View file

@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update -qq && \ apt-get update -qq && \
apt-get install --no-install-recommends -y \ 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 # Set production environment
ENV RAILS_ENV="production" \ ENV RAILS_ENV="production" \