Commit 8b7f44de authored by focus's avatar focus

update

parent e1dcc91a
......@@ -9,7 +9,8 @@ ENV ORANGE_VERSION 0.6.0
ENV RUN_ENV dev
#timezone change
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 1) Install yum dependencies
# 2) Cleanup
......
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