fix telnet

This commit is contained in:
hrtkpf 2020-12-13 20:01:12 +01:00
parent e419219cde
commit a04f8c8dba

View File

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