initial import

This commit is contained in:
Frank Agerholm 2020-10-08 23:00:12 +02:00
commit d7c4b74bc7
3 changed files with 34 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM docker.io/library/alpine:latest
RUN apk update && apk add sshpass openssh lftp; rm -f /var/cache/apk/*