-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
临时 #11
Comments
/home/build/packages/builder/x86_64/`miktex-2.9.7300-r1.apk |
docker build --target builder -t maboloshi/miktex-builder:builder . |
docker build -t maboloshi/miktex-builder:latest -f Dockerfile . |
默认包生成路径
默认 |
miktex 打包测试(人工)
构建 builder 环境
编译和打包测试
进入docker环境后
直到调试到不报错基本就OK了
最后可以直接使用
abuild -r
进行完整测试APK默认输出路径:
/home/build/packages/builder/x86_64/
miktex-2.9.7300-r1.apk国内镜像源设置
Apline 镜像源设置
编辑
Dockerfile
添加sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
miktex 镜像源设置:
编辑
APKBUILD
文件在-DWITH_MAN_PAGES=FALSE \
下添加:-DMIKTEX_DEFAULT_REPOSITORY=https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/win32/miktex/tm/packages/ \
The text was updated successfully, but these errors were encountered: