diff mbox series

[v2,2/5] support/docker: Add openssh-server

Message ID 20200415164846.122126-3-thomas.preston@codethink.co.uk
State Accepted
Headers show
Series download: Add SFTP support and tests | expand

Commit Message

Thomas Preston April 15, 2020, 4:48 p.m. UTC
Install the openssh-server package into the test container. This
package, as well as its dependency openssh-client, is required to test
SCP and SFTP download methods on the localhost, as if these tools were
already installed on the user's machine.

Signed-off-by: Thomas Preston <thomas.preston@codethink.co.uk>
---
 support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index be795a18b4..f44be230e6 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -36,6 +36,7 @@  RUN apt-get install -y --no-install-recommends \
         libncurses5-dev \
         locales \
         mercurial \
+        openssh-server \
         python-flake8 \
         python-nose2 \
         python-pexpect \