wires

summary refs log tree commit diff
path: root/docker/tftp/Dockerfile
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-10-05 13:59:52 -0400
committerwires <wires@noreply.wires.systems>2025-10-05 13:59:52 -0400
commit43620e3f0bf5bbe933c5908f9d008dd0eb5c9444 (patch)
tree680c7df9080bb8e734db1347e78fea8e6e4c63ff /docker/tftp/Dockerfile
parentupdate rpi firmware (diff)
downloadzosimos-43620e3f0bf5bbe933c5908f9d008dd0eb5c9444.tar.gz
strip out docker stuff since networking broke
Diffstat (limited to 'docker/tftp/Dockerfile')
-rw-r--r--docker/tftp/Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/docker/tftp/Dockerfile b/docker/tftp/Dockerfile
deleted file mode 100644
index 97c6d63..0000000
--- a/docker/tftp/Dockerfile
+++ /dev/null
@@ -1,5 +0,0 @@
-FROM alpine:3
-
-RUN apk add --no-cache tftp-hpa
-
-ENTRYPOINT ["in.tftpd"]