Commit 7bedc3f7 by wutong

CD/CI

parent 12135161
FROM openjdk:8-jre-alpine
RUN apk update && apk add ca-certificates && \
apk add tzdata && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
RUN apk add ca-certificates \
apk add tzdata \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
echo "Asia/Shanghai" > /etc/timezone
# Install required packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment