From 6b4f39e645a36c7c9f33d3bd09158b5376fbb1a7 Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Wed, 2 Feb 2022 14:58:00 -0600 Subject: [PATCH] Add lftp to SSH client --- alpine-ssh-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine-ssh-client/Dockerfile b/alpine-ssh-client/Dockerfile index 19fc9e4..9920291 100644 --- a/alpine-ssh-client/Dockerfile +++ b/alpine-ssh-client/Dockerfile @@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.schema-version="1.0" \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" -RUN apk add --no-cache openssh-client ca-certificates rsync +RUN apk add --no-cache openssh-client ca-certificates rsync lftp RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \ && touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \ -- GitLab