diff --git a/nanoclaude/Dockerfile b/nanoclaude/Dockerfile index ef7c52f..5ec39ff 100644 --- a/nanoclaude/Dockerfile +++ b/nanoclaude/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12-slim RUN apt-get update && apt-get install -y --no-install-recommends \ - curl openssh-client \ + curl openssh-client docker.io \ && rm -rf /var/lib/apt/lists/* WORKDIR /app