Skip to content
wires
home
tags
reading
git
rss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker
/
tftp
/
Dockerfile
blob: 97c6d637ef90b494f2890149e3c97817839359ed (
plain
) (
blame
)
1
2
3
4
5
FROM alpine:3 RUN apk add --no-cache tftp-hpa ENTRYPOINT ["in.tftpd"]