Skip to content

Commit

Permalink
修改Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Apr 18, 2019
1 parent 3b5b660 commit 7a40eec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM centos:7.0.1406
FROM centos:7.2.1511
MAINTAINER sjdy521 <[email protected]>
WORKDIR /root
USER root
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN yum -y --nogpgcheck install \
gcc \
make \
unzip \
wget \
Expand Down

0 comments on commit 7a40eec

Please sign in to comment.