Add glibc support

This commit is contained in:
Dane Everitt 2017-03-18 20:15:05 -04:00
parent 89dace70d6
commit 9d256f43b3
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -1,9 +1,9 @@
# ----------------------------------
# Pterodactyl Core Dockerfile
# Environment: Java
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM java:openjdk-8-jre-alpine
FROM frolvlad/alpine-oraclejdk8:cleaned
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>