wires

summary refs log tree commit diff
path: root/docker/tftp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/tftp/Dockerfile')
-rw-r--r--docker/tftp/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/tftp/Dockerfile b/docker/tftp/Dockerfile
new file mode 100644
index 0000000..97c6d63
--- /dev/null
+++ b/docker/tftp/Dockerfile
@@ -0,0 +1,5 @@
+FROM alpine:3
+
+RUN apk add --no-cache tftp-hpa
+
+ENTRYPOINT ["in.tftpd"]