Sign inSign up

natic/office2pdf

By natic

Updated about 6 years ago

Image
1

260

natic/office2pdf repository overview

FROM centos:7

MAINTAINER Deyu Tian [email protected]

RUN echo 'Asia/Shanghai' >/etc/timezone

VOLUME /u01

RUN yum -y update &&
yum -y install kde-l10n-Chinese libreoffice &&
yum -y reinstall glibc-common &&
yum group -y install "fonts"

RUN localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8

RUN echo "export LANG=zh_CN.UTF-8" >> /root/.bashrc

RUN echo "export LC_ALL=zh_CN.UTF-8" >> /root/.bashrc

Tag summary

Content type

Image

Digest

Size

431.7 MB

Last updated

about 7 years ago

docker pull natic/office2pdf