fix: Adds curl to docker container builds for health checks.

This commit is contained in:
2025-01-27 11:28:12 -05:00
parent 981ad30adc
commit b2108e2742

View File

@@ -65,6 +65,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
# If your app or its dependencies import FoundationXML, also install `libxml2`. # If your app or its dependencies import FoundationXML, also install `libxml2`.
# libxml2 \ # libxml2 \
sqlite3 \ sqlite3 \
curl \
&& rm -r /var/lib/apt/lists/* && rm -r /var/lib/apt/lists/*
# Create a vapor user and group with /app as its home directory # Create a vapor user and group with /app as its home directory