adding correct package

uses busybox-extras to get telnet.
This commit is contained in:
Michael (Parker) Parker 2018-07-06 17:25:30 -04:00
parent e306ff5ecb
commit 14a1a7377b

View File

@ -7,7 +7,7 @@ FROM frolvlad/alpine-glibc
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
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