diff options
| author | wires <wires@noreply.wires.systems> | 2025-03-19 17:09:41 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-03-19 17:09:41 -0400 |
| commit | 8466e9b4d2fbca85d53d8dadc87914b4766c43de (patch) | |
| tree | 99a0d7a23e805f4ad3e30814ee9a09ebb00ae08b /docker/tftp | |
| download | zosimos-8466e9b4d2fbca85d53d8dadc87914b4766c43de.tar.gz | |
initial commit
Diffstat (limited to 'docker/tftp')
| -rw-r--r-- | docker/tftp/Dockerfile | 5 |
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"] |