Install openssh-client in docker container
This commit is contained in:
parent
0956f257e6
commit
963c444952
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue