FROM centos:7 LABEL maintainer="Stille " RUN yum -y install wget git zip ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \ && echo $TZ > /etc/timezone