chore: 更新 Dockerfile 以启用 EPEL

This commit is contained in:
xiao 2024-12-04 18:30:21 +08:00 committed by cnb
parent 7062879bfd
commit cc29baa250

View File

@ -8,6 +8,7 @@ RUN sed -e 's|^mirrorlist=|#mirrorlist=|g' \
&& yum install -y yum-utils \
&& yum makecache \
&& yum config-manager --set-enabled devel \
&& yum config-manager --set-enabled epel \
&& yum update -y \
&& yum install -y \
glibc-locale-source \