1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-10 06:02:46 +02:00

fix telnet

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

@ -6,7 +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 \ RUN apk add --no-cache \
busybox-extras busybox-extras
ENTRYPOINT [ "telnet" ] ENTRYPOINT [ "telnet" ]