1 Star 0 Fork 1.3K

优秀开源项目收集/docker

forked from Kenny小狼/docker 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
KennyLee 提交于 2020-09-13 15:49 +08:00 . 抽下风,修改下名字
FROM konradkleine/docker-registry-frontend:v2
MAINTAINER kennylee <kennylee26@gmail.com>
RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak
COPY jessie.sources.list /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y curl git unzip vim wget && \
apt-get install -y locales kde-l10n-zhcn && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN sed -i 's/# zh_CN.UTF-8 UTF-8/zh_CN.UTF-8 UTF-8/g' /etc/locale.gen
RUN locale && locale-gen "zh_CN.UTF-8"
# Set environment variables.
ENV HOME /root
ENV LANG=zh_CN.UTF-8\
LANGUAGE=zh_CN:zh:en_US:en\
LC_ALL=zh_CN.UTF-8\
TZ=Asia/Shanghai\
TERM=xterm
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone && \
dpkg-reconfigure --frontend noninteractive tzdata && \
dpkg-reconfigure --frontend noninteractive locales
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/open-repo/docker.git
git@gitee.com:open-repo/docker.git
open-repo
docker
docker
master

搜索帮助