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 # Install system dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \
gcc \ gcc \
finger \ finger \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*