1 Star 0 Fork 0

洲洲技术/wxdocker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
Jonney 提交于 2024-05-24 16:53 . 3
FROM lxh01/wine-vnc:latest
USER root
RUN apt update && apt install -y \
locales \
mesa-utils \
procps \
pev \
sudo \
vim \
pulseaudio-utils \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -fr /tmp/*
ENV \
LANG=zh_CN.UTF-8 \
LC_ALL=zh_CN.UTF-8
COPY --chown=user:group container_root/ /
COPY [A-Z]* /
COPY VERSION /VERSION.docker-wechat
RUN chown user /home \
&& localedef -i zh_CN -c -f UTF-8 zh_CN.UTF-8 \
&& echo 'user ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER user
RUN bash -x /setup.sh
ENTRYPOINT [ "/entrypoint.sh" ]
#
# Huan(202004): VOLUME should be put to the END of the Dockerfile
# because it will frezz the contents in the volume directory
# which means the content in the directory will lost all changes after the VOLUME command
#
RUN mkdir -p "/home/user/WeChat Files" "/home/user/.wine/drive_c/users/user/Application Data" \
&& chown user:group "/home/user/WeChat Files" "/home/user/.wine/drive_c/users/user/Application Data"
VOLUME [\
"/home/user/WeChat Files", \
"/home/user/.wine/drive_c/users/user/Application Data" \
]
LABEL \
org.opencontainers.image.authors="Huan LI (李卓桓) <zixia@zixia.net>" \
org.opencontainers.image.description="DoChat(盒装微信) is a Dockerized WeChat(微信) PC Windows Client for Linux." \
org.opencontainers.image.documentation="https://github.com/huan/docker-wechat/#readme" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.source="git@github.com:huan/docker-wechat.git" \
org.opencontainers.image.title="DoChat" \
org.opencontainers.image.url="https://github.com/huan/docker-wechat" \
org.opencontainers.image.vendor="Huan LI (李卓桓)"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouzhou-tech/wxdocker.git
git@gitee.com:zhouzhou-tech/wxdocker.git
zhouzhou-tech
wxdocker
wxdocker
master

搜索帮助