2.2.1迭代,docker镜像底层使用ubuntu

This commit is contained in:
陈精华
2020-06-09 16:22:00 +08:00
parent 0c2a92080e
commit 7c4fc42247
8 changed files with 32 additions and 99659 deletions

View File

@@ -19,6 +19,10 @@ install_ubuntu() {
wget https://kkfileview.keking.cn/Apache_OpenOffice_4.1.6_Linux_x86-64_install-deb_zh-CN.tar.gz -cO openoffice_deb.tar.gz && tar zxf /tmp/openoffice_deb.tar.gz && cd /tmp/zh-CN/DEBS
echo $?
if [ $? -eq 0 ];then
apt-get install -y libxrender1
apt-get install -y libxt6
apt-get install -y libxext-dev
apt-get install -y libfreetype6-dev
dpkg -i *.deb
echo 'install desktop service ...'
dpkg -i desktop-integration/openoffice4.1-debian-menus_4.1.6-9790_all.deb