5 lines
85 B
Docker
5 lines
85 B
Docker
FROM alpine
|
|
|
|
RUN apk update && apk add busybox-extras
|
|
|
|
ENTRYPOINT ["/usr/bin/telnet"] |