From 4430940d5e8980cb46c969c77bf4fed5a4e319c9 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Fri, 26 Feb 2021 21:33:12 +0100 Subject: [PATCH] fix: add openssh-client - needed for cloning from gitea --- docker/bionic/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/bionic/Dockerfile b/docker/bionic/Dockerfile index 53f5c25..e458aba 100644 --- a/docker/bionic/Dockerfile +++ b/docker/bionic/Dockerfile @@ -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