|
|
|
@ -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 |
|
|
|
|