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)
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user