Merge pull request #39 from parkervcp/breakfix/java
fix java timezone stupidity
This commit is contained in:
commit
ac726a6d9f
|
|
@ -8,7 +8,8 @@ FROM openjdk:8-jdk-alpine
|
||||||
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 fontconfig \
|
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