diff --git a/Dockerfile b/Dockerfile index da7c0de..4521867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ build-essential \ git \ + ssh \ && rm -rf /var/lib/apt/lists/* # Install pipx.