Merge pull request #389 from koep/master

fix telnet
This commit is contained in:
Christian 2018-06-20 13:37:50 +02:00 committed by GitHub
commit b42ccbf4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]