add tzdata to openjdk image

This commit is contained in:
Michael (Parker) Parker 2019-03-03 19:22:01 -05:00
parent 91ceefa5c3
commit 0f094dd8eb

View File

@ -7,7 +7,7 @@ FROM openjdk:8-jdk-alpine
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig \ 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
USER container USER container