diff --git a/Dockerfile b/Dockerfile index 13dbfca..49ae4f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ FROM openjdk:8-jdk-alpine LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig tzdata \ - && 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