From 264399b93ea20093fa2d80b4d3e1ecae08a93c86 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Mon, 24 Feb 2025 21:16:00 -0500 Subject: [PATCH] Try curl + wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aca2a62..737842c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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