add tzdata to openjdk image
This commit is contained in:
parent
91ceefa5c3
commit
0f094dd8eb
|
|
@ -7,7 +7,7 @@ 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 \
|
||||
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig tzdata \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER container
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user