From d5f600ac88b04d48218223ab9ea97f7c4d018e78 Mon Sep 17 00:00:00 2001 From: Conrad S Date: Tue, 28 Mar 2017 11:15:52 -0400 Subject: [PATCH] Install open ssh --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4b01481..81dbe5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apt-get install -y --no-install-recommends python3 python3-software-properti RUN apt-get install -y --no-install-recommends nginx supervisor RUN apt-get install -y --no-install-recommends build-essential git RUN apt-get install -y --no-install-recommends libpq-dev +RUN apt-get install -y --no-install-recommends openssh-client RUN pip3 install uwsgi RUN rm -rf /var/lib/apt/lists/* -- GitLab