forked from Bitmessage/buildbot-scripts
fix: add openssh-client
- needed for cloning from gitea
This commit is contained in:
parent
bd1cee60e3
commit
4430940d5e
|
@ -49,7 +49,7 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
# Buildbot
|
# Buildbot
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
buildbot-slave git subversion python3-dev libffi-dev python3-setuptools \
|
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
|
# python 3.7
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
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 \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
shunit2
|
shunit2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# .travis.yml
|
# .travis.yml
|
||||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
build-essential libcap-dev tor
|
build-essential libcap-dev tor
|
||||||
|
|
Loading…
Reference in New Issue
Block a user