FROM openjdk:8-jdk-alpine
RUN apk add tzdata
RUN cp /usr/share/zoneinfo/America/Toronto /etc/localtime
RUN echo "America/Toronto " > /etc/timezone
Content type
Image
Digest
Size
191.7 MB
Last updated
over 5 years ago
docker pull empirelife/openjdk:13-jdk-alpine