From 14a1a7377bf1cd748992856bc5a51698a73072f2 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 6 Jul 2018 17:25:30 -0400 Subject: [PATCH] adding correct package uses busybox-extras to get telnet. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2745a4c..8bdce90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM frolvlad/alpine-glibc MAINTAINER Pterodactyl Software, -RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ telnet \ +RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ busybox-extras \ && apk add libc++ jq --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && adduser -D -h /home/container container