add missing netcat for health check

This commit is contained in:
Anders Schwartz
2025-01-24 20:31:24 -05:00
parent f83f44823c
commit 7d9f81a8c6

View File

@@ -3,6 +3,7 @@ FROM python:3.11-slim
# Install system dependencies
RUN apt-get update && apt-get install -y \
wget \
netcat-traditional \
gnupg \
curl \
unzip \