Merge branch 'java' into debian/openjdk-8-jre

This commit is contained in:
Michael (Parker) Parker 2019-04-17 10:20:05 -04:00 committed by GitHub
commit f68870db50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
# Environment: Java (glibc support) # Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0 # Minimum Panel Version: 0.6.0
# ---------------------------------- # ----------------------------------
FROM openjdk:8-jre-slim FROM openjdk:8-jre-slim
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
@ -11,6 +10,9 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt-get update -y \ RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \ && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container && useradd -d /home/container -m container
USER container
ENV USER=container HOME=/home/container
USER container USER container
ENV USER=container HOME=/home/container ENV USER=container HOME=/home/container