From 23c96e3d81d704835112a6d853794d50834b7ebe Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 17 Oct 2018 00:39:49 +0200 Subject: [PATCH] Use upstream tmate-slave in docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18c2a34f..03e6d7a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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