5 lines
72 B
Docker
5 lines
72 B
Docker
FROM alpine:3
|
|
|
|
RUN apk add --no-cache tftp-hpa
|
|
|
|
ENTRYPOINT ["in.tftpd"]
|