优化Dockerfile
BuildImage / build-image (push) Has been cancelled Details

This commit is contained in:
李寻欢 2024-02-23 10:51:54 +08:00
parent 171da80f8e
commit 8b3533608f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM furacas/wine-vnc-box:latest
FROM lxh01/wine-vnc:latest
# 根据传入参数安装微信和wxhelper.dll
ARG WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.5.81/WeChatSetup-3.9.5.81.exe
@ -29,5 +29,7 @@ RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
ADD ${WXHELPER_URL} wxhelper.dll
RUN sudo chown app:app wxhelper.dll
EXPOSE 5900 19088
COPY cmd.sh /cmd.sh
CMD ["/cmd.sh"]