libreoffice 7 ( arm64 ubuntu20.04 环境) 源码编译

基础环境

  • cpu
[root@localhost ~]# lscpu
架构:                           aarch64
CPU 运行模式:                   64-bit
字节序:                         Little Endian
CPU:                             4
在线 CPU 列表:                  0-3
每个核的线程数:                 1
每个座的核数:                   1
座:                             4
NUMA 节点:                      1
厂商 ID:                        HiSilicon
型号:                           0
型号名称:                       Kunpeng-920
  • os
[root@localhost ~]# arch
aarch64
[root@localhost ~]#
[root@localhost ~]# cat /etc/.productinfo
Kylin Linux Advanced Server
release V10 (SP2) /(Sword)-aarch64-Build09/20210524
  • docker
[root@localhost ~]# docker version
Client: Docker Engine - Community
 Version:           20.10.9
 API version:       1.41
 Go version:        go1.16.8
 Git commit:        c2ea9bc
 Built:             Mon Oct  4 16:08:21 2021
 OS/Arch:           linux/arm64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.21
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.7
  Git commit:       3056208
  Built:            Tue Oct 25 17:59:35 2022
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.6.9
  GitCommit:        1c90a442489720eec95342e1789ee8a5e1b9536f
 runc:
  Version:          1.0.0-rc3
  GitCommit:        fabf83fd21f205c801571df4074024179eb03b44
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
  • Dockerfile
FROM ubuntu:20.04

RUN set -ex \
    apt clean -y &&\
    apt update -y &&\
    apt install -y apt-transport-https ca-certificates

COPY fonts/*       /usr/share/fonts/chinese/
COPY sources.list  /etc/apt/sources.list

ADD apache-ant-1.10.12-bin.tar.gz /opt/
ADD OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.17_8.tar.gz /opt/

RUN set -ex \
    apt clean -y &&\
    apt update -y &&\
    apt upgrade -y &&\
    apt install -y locales &&\
    apt install -y language-pack-
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值