dockerfiles/base/centos/7/Dockerfile

9 lines
199 B
Docker

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