Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhan3333/docker-centos-libheif
libheif 1.12.0 centos docker image
https://github.com/zhan3333/docker-centos-libheif
centos docker-image libheif
Last synced: about 2 months ago
JSON representation
libheif 1.12.0 centos docker image
- Host: GitHub
- URL: https://github.com/zhan3333/docker-centos-libheif
- Owner: zhan3333
- Created: 2022-04-20T08:04:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T02:38:36.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:12:12.078Z (6 months ago)
- Topics: centos, docker-image, libheif
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 编译 libheif 依赖的 centos7 镜像
## 编译
```shell
docker build . -f Dockerfile.build.centos -t heif-build-centos7
```如果需要安装 golang,可以看看 Dockerfile.test.centos 中的配置。