From b2108e27420436ed634ad9992c948c4c179541ea Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 27 Jan 2025 11:28:12 -0500 Subject: [PATCH] fix: Adds curl to docker container builds for health checks. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index da7b88e..00499a9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -65,6 +65,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ # If your app or its dependencies import FoundationXML, also install `libxml2`. # libxml2 \ sqlite3 \ + curl \ && rm -r /var/lib/apt/lists/* # Create a vapor user and group with /app as its home directory