mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
fix telnet
This commit is contained in:
parent
e1afcd55a0
commit
fe8cb9e90f
|
@ -6,4 +6,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apk add --no-cache --virtual \
|
||||||
|
busybox-extras
|
||||||
|
|
||||||
ENTRYPOINT [ "telnet" ]
|
ENTRYPOINT [ "telnet" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user