diff --git a/Dockerfile b/Dockerfile index b6bd7380..c63eaf33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN mkdir -p /space \ && chown -R ${SILVERBULLET_USERNAME}:${SILVERBULLET_USERNAME} /deno-dir \ && chmod +x /tini \ && apt update \ - && apt install -y git ssh \ + && apt install -y git ssh-client \ && echo "**** cleanup ****" \ && apt-get -y autoremove \ && apt-get clean \