1 Star 1 Fork 0

LinGeeHuy/centos-desktop-vnc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
LinGeeHuy 提交于 2018-05-30 14:40 . 更新 Dockerfile
FROM docker.io/centos
RUN yum group install -y 'GNOME Desktop'
RUN yum group install -y '*fonts'
RUN yum -y install kde-l10n-Chinese telnet && \
yum -y install glibc-common &&\
yum clean all && \
localedef -c -f UTF-8 -i zh_CN zh_CN.utf8
ENV LANG "zh_CN.UTF-8"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/LinGeeHuy/centos-desktop-vnc.git
git@gitee.com:LinGeeHuy/centos-desktop-vnc.git
LinGeeHuy
centos-desktop-vnc
centos-desktop-vnc
master

搜索帮助