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>
This commit is contained in:
parent
a2f11c0cbf
commit
a5d2400950
@ -36,6 +36,7 @@ RUN apt-get install -y --no-install-recommends \
|
||||
libncurses5-dev \
|
||||
locales \
|
||||
mercurial \
|
||||
openssh-server \
|
||||
python3 \
|
||||
python3-flake8 \
|
||||
python3-nose2 \
|
||||
|
Loading…
Reference in New Issue
Block a user