Skip to content
Snippets Groups Projects
Commit 6b4f39e6 authored by Alan Nelson's avatar Alan Nelson
Browse files

Add lftp to SSH client

parent 58fc3ef7
No related branches found
No related tags found
1 merge request!74Add lftp to SSH client
...@@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \ org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>" 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 \ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh \
&& touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \ && touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment