mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
telnet
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
c24a55281c
commit
58616b2c3d
9
telnet/Dockerfile
Normal file
9
telnet/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
telnet \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
ENTRYPOINT [ "telnet" ]
|
Loading…
Reference in New Issue
Block a user