diff --git a/Dockerfile b/Dockerfile index acd3905..8ceb522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,9 @@ FROM openjdk:8-jdk-alpine MAINTAINER Pterodactyl Software, 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 ENV USER=container HOME=/home/container