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