Merge pull request #40 from parkervcp/breakfix/java-glibc

update to use the new frolvlad images
This commit is contained in:
Dane Everitt 2019-03-05 12:06:49 -08:00 committed by GitHub
commit 673714f637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,13 @@
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM frolvlad/alpine-oraclejdk8:cleaned
FROM frolvlad/alpine-java:jre8-cleaned
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \
&& adduser -D -h /home/container container
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite fontconfig \
&& adduser -D -h /home/container container \
&& ln -s /etc/localtime /etc/timezone
USER container
ENV USER=container HOME=/home/container