Try curl + wget

This commit is contained in:
Max Wofford 2025-02-24 21:16:00 -05:00
parent 826aec6878
commit 264399b93e

View file

@ -2,7 +2,7 @@
FROM oven/bun:1
# install curl for coolify healthcheck
RUN apt-get update && apt-get install -y curl
RUN apt-get update && apt-get install -y curl wget
# Set working directory
WORKDIR /app