update to use the new frolvlad images

Use frolvlads new images.
Also fixes stupid java timezone issues.
This commit is contained in:
Michael (Parker) Parker 2019-03-03 19:54:03 -05:00
parent 2d70bea48e
commit ebd31f6afd

View File

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