We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933592e commit e92c691Copy full SHA for e92c691
Dockerfile
@@ -1,8 +1,9 @@
1
FROM python:3.12-slim
2
3
-# Install system dependencies (curl for health checks, psycopg dependencies)
+# Install system dependencies (curl/wget for health checks)
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
curl \
6
+ wget \
7
&& rm -rf /var/lib/apt/lists/*
8
9
# Install uv
0 commit comments