Update CentOS base image

This commit is contained in:
zongmin.gu 2021-10-22 12:57:28 +08:00 committed by Zongmin.Gu
parent 25006ee673
commit b4d89f6c77

@ -3,7 +3,7 @@ LABEL maintainer="Qing Li <geding.lq@antgroup.com>"
RUN apk update && \ RUN apk update && \
apk --no-cache add openjdk11 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community apk --no-cache add openjdk11 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
FROM centos:8.2.2004 FROM centos:8
LABEL maintainer="He Sun <bochang.sh@antgroup.com>" LABEL maintainer="He Sun <bochang.sh@antgroup.com>"
@ -15,7 +15,10 @@ SHELL ["/bin/bash", "-c"]
RUN yum install epel-release -y && \ RUN yum install epel-release -y && \
dnf clean all && rm -r /var/cache/dnf && \ dnf clean all && rm -r /var/cache/dnf && \
dnf group install 'Development Tools' -y && \ dnf group install 'Development Tools' -y && \
dnf --enablerepo=PowerTools install -y \ dnf -y install dnf-plugins-core && \
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
dnf config-manager --set-enabled powertools && \
dnf install -y \
astyle \ astyle \
bison \ bison \
boost-devel \ boost-devel \