Dockerfile : ajoute openssh-client pour worker monitor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Poulpe
2026-04-21 10:38:08 +00:00
parent 79b31e8839
commit 0e9a4c2684

View File

@@ -1,5 +1,7 @@
FROM python:3.12-slim FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app
RUN pip install --no-cache-dir \ RUN pip install --no-cache-dir \