diff --git a/Dockerfile b/Dockerfile index a6d2092..ee46bcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ 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 RUN pip install --no-cache-dir \