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>
2022.02.x
Thomas Preston 2020-04-15 17:48:43 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent a2f11c0cbf
commit a5d2400950
1 changed files with 1 additions and 0 deletions

View File

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