Add wget for Coolify health checks
All checks were successful
Build and Push Docker Image / build-and-push-image (push) Successful in 9m16s
All checks were successful
Build and Push Docker Image / build-and-push-image (push) Successful in 9m16s
This commit is contained in:
parent
a58adf8149
commit
cf29664f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue