Commit ad820b1e by wutong

Zookeeper CD/CI

parent e3212714
FROM openjdk:8-jre-alpine FROM openjdk:8-jre-alpine
RUN apk update && apk add ca-certificates && \
apk add tzdata && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
# Install required packages # Install required packages
RUN apk add --no-cache \ RUN apk add --no-cache \
......
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