Sign inSign up

wallbase/java

By wallbase

Updated almost 4 years ago

java8-alpine 增加时区支持

Image
0

283

wallbase/java repository overview

Dockerfile

FROM java:8-alpine

MAINTAINER  wangkun23 <[email protected]>
## Default to UTF-8 file.encoding
ENV LANG C.UTF-8

## fixed TZ GMT
RUN echo https://mirrors.aliyun.com/alpine/v3.8/main > /etc/apk/repositories && \
    echo https://mirrors.aliyun.com/alpine/v3.8/community >> /etc/apk/repositories

RUN apk add -U tzdata

RUN rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

sha256:b4dbb9102

Size

81.9 MB

Last updated

almost 4 years ago

docker pull wallbase/java:8-alpine-font