Fix the centos version
When user cat /etc/system-release, user would know the centos version. It should be 7.5
This commit is contained in:
parent
4f96790cf3
commit
c7e225a4eb
@ -2,8 +2,7 @@ FROM centos:7.5.1804
|
||||
|
||||
LABEL maintainer="He Sun <bochang.sh@antfin.com>"
|
||||
|
||||
RUN yum update -y && \
|
||||
yum install -y \
|
||||
RUN yum install -y \
|
||||
astyle \
|
||||
autoconf \
|
||||
automake \
|
||||
|
Loading…
Reference in New Issue
Block a user