47 Star 112 Fork 82

合宙Luat / luatos-soc-2022

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
jerry-weng 提交于 2023-09-26 16:48 . add: Support build on macos platform
FROM debian:stable-slim
RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources
RUN cat /etc/apt/sources.list.d/debian.sources
ENV TZ=Asia/Shanghai \
DEBIAN_FRONTEND=noninteractive
RUN apt update &&\
apt install -y wine32 &&\
apt clean -y
# 调用一次 wine,初始化wine环境,不然启动耗时会很长
RUN wine -h || true
1
https://gitee.com/openLuat/luatos-soc-2022.git
git@gitee.com:openLuat/luatos-soc-2022.git
openLuat
luatos-soc-2022
luatos-soc-2022
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891