FROM docker.io/library/alpine:latest

RUN apk update && apk add sshpass openssh-client lftp; rm -f /var/cache/apk/*


