From 963c4449527b91f6c1e06fba159e8982c9162a36 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Wed, 16 May 2018 22:04:11 +0200 Subject: [PATCH] Install openssh-client in docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50ba746..16d081a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ ADD requirements.txt . ENV JPLAG_VERSION=2.11.9-SNAPSHOT -RUN apk add --no-cache openjdk8 python3 curl git +RUN apk add --no-cache openjdk8 python3 curl git openssh-client RUN curl -sL https://github.com/jplag/jplag/releases/download/v${JPLAG_VERSION}/jplag-${JPLAG_VERSION}-jar-with-dependencies.jar -o jplag.jar RUN pip3 install -r requirements.txt \ No newline at end of file