added telnet to glibc image

This is dumb... Trying out something new.
This commit is contained in:
Michael (Parker) Parker 2018-07-06 17:24:15 -04:00
parent b284687cb1
commit e306ff5ecb

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++ \
RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ telnet \
&& apk add libc++ jq --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
&& adduser -D -h /home/container container