Files
telnet-server/telnet/Dockerfile
Laika 16dd18b400
Some checks failed
Cargo test & clippy / build (push) Has been cancelled
Cargo test & clippy / rust-clippy-analyze (push) Has been cancelled
Cargo security audit / audit (push) Failing after 4s
Initial commit
2025-11-19 23:04:40 +01:00

5 lines
85 B
Docker

FROM alpine
RUN apk update && apk add busybox-extras
ENTRYPOINT ["/usr/bin/telnet"]