initial import
This commit is contained in:
commit
d7c4b74bc7
3 changed files with 34 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM docker.io/library/alpine:latest
|
||||
|
||||
RUN apk update && apk add sshpass openssh lftp; rm -f /var/cache/apk/*
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue