zosimos/docker/tftp/Dockerfile
2025-03-19 17:09:41 -04:00

5 lines
72 B
Docker

FROM alpine:3
RUN apk add --no-cache tftp-hpa
ENTRYPOINT ["in.tftpd"]