Add curl to the Dockerfile to satisfy health check

This commit is contained in:
pmb
2025-06-26 14:20:02 -07:00
parent b672b249a6
commit b15c4b60a7
+1
View File
@@ -12,6 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
# Install system dependencies
RUN apt-get update && apt-get install -y \
curl \
gcc \
finger \
&& rm -rf /var/lib/apt/lists/*