fix telnet

This commit is contained in:
Christian Koep 2018-06-20 13:30:36 +02:00
parent e1afcd55a0
commit fe8cb9e90f
No known key found for this signature in database
GPG Key ID: 889970BE12955732

View File

@ -6,4 +6,7 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache --virtual \
busybox-extras
ENTRYPOINT [ "telnet" ]