2
1
Эх сурвалжийг харах

support/docker: Add openssh-server

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>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thomas Preston 5 жил өмнө
parent
commit
a5d2400950

+ 1 - 0
support/docker/Dockerfile

@@ -36,6 +36,7 @@ RUN apt-get install -y --no-install-recommends \
         libncurses5-dev \
         locales \
         mercurial \
+        openssh-server \
         python3 \
         python3-flake8 \
         python3-nose2 \