Skip to content

Commit c85c0da

Browse files
lftp
Signed-off-by: Bohdan Sukhomlinov <shellshock1953@gmail.com>
1 parent 1994101 commit c85c0da

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

lftp/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu:22.04
2+
3+
RUN apt update && \
4+
apt install -y \
5+
lftp
6+
7+
# ENTRYPOINT [ "lftp" ]

lftp/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# lFTP
2+
3+
Simple fFTP inside docker image.
4+
5+
Used to automate ftp tasks.
6+

0 commit comments

Comments
 (0)