fix: add openssh-client

- needed for cloning from gitea
This commit is contained in:
Peter Šurda 2021-02-26 21:33:12 +01:00
parent bd1cee60e3
commit 4430940d5e
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
# Buildbot
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
buildbot-slave git subversion python3-dev libffi-dev python3-setuptools \
python3-pip dumb-init curl
python3-pip dumb-init curl openssh-client
# python 3.7
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
@ -59,6 +59,8 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
shunit2
# .travis.yml
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
build-essential libcap-dev tor