Sign inSign up

asherjiang/centos

By asherjiang

Updated almost 4 years ago

centos7.9

Image
0

964

asherjiang/centos repository overview

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

Set the locale(en_US.UTF-8)

ENV LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
TZ=Asia/Shanghai

Tag summary

Content type

Image

Digest

sha256:a491d452c

Size

129.1 MB

Last updated

almost 4 years ago

docker pull asherjiang/centos:20221109