FROM centos:centos7
COPY CentOS-Base.repo /etc/yum.repos.d/jd-icity.repo
RUN yum clean all
&& cd /etc/yum.repos.d/
&& rm -f ls /etc/yum.repos.d/|grep -v 'jd-icity.repo'
&& localedef -c -i en_US -f UTF-8 en_US.UTF-8
&& yum install -y wget sudo net-tools vim which sysstat tree iproute numactl-libs
ENV LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
TZ=Asia/Shanghai
Content type
Image
Digest
sha256:a491d452c…
Size
129.1 MB
Last updated
almost 4 years ago
docker pull asherjiang/centos:20221109