summaryrefslogtreecommitdiff
path: root/files/ftp
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-31 14:00:44 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-03-31 14:00:44 +0200
commit6e346223675291890b54c3fc04dd23409151d9f9 (patch)
treeccfa20a2259b9ae9814c72a7ca1ada961b204454 /files/ftp
downloadansible-ship-6e346223675291890b54c3fc04dd23409151d9f9.tar.gz
ansible-ship-6e346223675291890b54c3fc04dd23409151d9f9.zip
initial server setup
Diffstat (limited to 'files/ftp')
-rw-r--r--files/ftp/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/ftp/Dockerfile b/files/ftp/Dockerfile
new file mode 100644
index 0000000..b2a816a
--- /dev/null
+++ b/files/ftp/Dockerfile
@@ -0,0 +1,4 @@
+FROM alpine:latest
+
+RUN apk add --update-cache --upgrade --no-cache --purge py3-pyftpdlib \
+ && rm -rf /var/cache/apk