Bump CentOS Version From 7 to 8

CentOS 8 is newer, if it builds fine under 8, it makes sense to use this instead.
This commit is contained in:
Dylan M. Taylor 2020-08-24 13:48:28 -04:00 committed by GitHub
parent 1bf3e73373
commit 08e28c9ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM centos:7
FROM centos:8
RUN yum -y install \
libXpm net-tools bzip2 wget vim gcc gcc-c++ samba dos2unix glibc-devel glibc.i686 glibc-devel.i686 \