chore: 更新 Dockerfile 以启用 EPEL
This commit is contained in:
parent
7062879bfd
commit
cc29baa250
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user