Merge pull request #40 from parkervcp/breakfix/java-glibc
update to use the new frolvlad images
This commit is contained in:
commit
673714f637
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user