1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Use upstream tmate-slave in docker image

This commit is contained in:
Varac 2018-10-17 00:39:49 +02:00
parent d057cca349
commit 23c96e3d81
No known key found for this signature in database
GPG Key ID: 5465E77E7876ED04

View File

@ -24,7 +24,7 @@ RUN mkdir /src && cd /src/ &&\
# jessie-backports provides 3.6.2 but this pulls too many dependencies in.
git clone -b libssh-0.7.6 git://git.libssh.org/projects/libssh.git &&\
git clone https://github.com/msgpack/msgpack-c.git &&\
git clone https://github.com/digitalautonomy/tmate-slave.git
git clone https://github.com/tmate-io/tmate-slave.git
RUN cd /src/libssh &&\
mkdir build && cd build && cmake .. && make install