jessfraz / dockerfiles

Various Dockerfiles I use on the desktop and on servers.
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
MIT License
13.65k stars 2.55k forks source link

telnet no longer working #547

Open rdebath opened 4 years ago

rdebath commented 4 years ago

This command isn't right ...

RUN apk add --no-cache --virtual \
    busybox-extras

Maybe better ...

RUN apk add --no-cache busybox-extras
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.