diff --git a/.build/Dockerfile b/.build/Dockerfile index fa03214..f5a4d6f 100755 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get update \ locales \ fonts-liberation \ run-one \ + openssh-client \ && apt-get clean && rm -rf /var/lib/apt/lists/* RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \