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